In particular, GMail has this styling (in Firefox): ``` <input id="linkdialog-onweb-tab-input" class="LW-Ke-JD-LV-J7" aria-labelledby="linkdialog-onweb" type="url" style="width: 416px;"> ``` ...inside of a div that is 410px wide. If I remove the explicit `416px` width, then the input element fits and there's no overflow / no scrollbar.
Bug 1552489 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
In particular, GMail has this styling (in Firefox):
```
<input id="linkdialog-onweb-tab-input" class="LW-Ke-JD-LV-J7" aria-labelledby="linkdialog-onweb" type="url"
style="width: 416px;">
```
...inside of a div that is 410px wide. If I remove the explicit `416px` width, then the input element fits and there's no overflow / no scrollbar.