зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1629928 - Increase the threshold for wrapping urlbar results to a second line. r=harry
Differential Revision: https://phabricator.services.mozilla.com/D72028
This commit is contained in:
Родитель
7f322416a3
Коммит
00db29f90e
|
@ -1318,7 +1318,7 @@ class UrlbarView {
|
|||
}
|
||||
|
||||
_enableOrDisableRowWrap() {
|
||||
if (getBoundsWithoutFlushing(this.input.textbox).width <= 500) {
|
||||
if (getBoundsWithoutFlushing(this.input.textbox).width < 650) {
|
||||
this._rows.setAttribute("wrap", "true");
|
||||
} else {
|
||||
this._rows.removeAttribute("wrap");
|
||||
|
|
Загрузка…
Ссылка в новой задаче