forked from mirrors/gecko-dev
Bug 1823144 - Don't use flex-basis: auto for searchbar without explicit width. r=Gijs
This fixes comment 2. Without a explicit width our basis depends on our contents which ends up meaning max-content now. Differential Revision: https://phabricator.services.mozilla.com/D172927
This commit is contained in:
parent
4d5eab0e5a
commit
2d37b0d4b4
1 changed files with 1 additions and 1 deletions
|
|
@ -641,7 +641,7 @@
|
||||||
|
|
||||||
#search-container,
|
#search-container,
|
||||||
#wrapper-search-container {
|
#wrapper-search-container {
|
||||||
flex: 175 175 auto;
|
flex: 175 175;
|
||||||
}
|
}
|
||||||
|
|
||||||
#search-container[width] {
|
#search-container[width] {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue