Bug 1581753 - Improve one-off search button layout in narrow windows. r=mak

Differential Revision: https://phabricator.services.mozilla.com/D47270

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dão Gottwald 2019-09-26 15:26:42 +00:00
Родитель 232be7b92d
Коммит a91e4d2fbb
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -394,7 +394,10 @@
}
#urlbar .search-panel-one-offs {
padding-inline: 12px;
padding-inline-start: 12px;
/* Make sure we can fit at least three buttons horizontally. */
min-width: 120px;
box-sizing: content-box;
}
#urlbar .search-panel-header {