зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1601325 - Increase UrlbarView wrap threshold to 500px. r=dao
Differential Revision: https://phabricator.services.mozilla.com/D55984 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
8fec672a52
Коммит
47ea3ba2ae
|
@ -1374,7 +1374,7 @@ class UrlbarView {
|
|||
}
|
||||
|
||||
_enableOrDisableRowWrap() {
|
||||
if (getBoundsWithoutFlushing(this.input.textbox).width <= 425) {
|
||||
if (getBoundsWithoutFlushing(this.input.textbox).width <= 500) {
|
||||
this._rows.setAttribute("wrap", "true");
|
||||
} else {
|
||||
this._rows.removeAttribute("wrap");
|
||||
|
|
Загрузка…
Ссылка в новой задаче