author | Gijs Kruitbosch <gijskruitbosch@gmail.com> |
Mon, 16 Apr 2018 15:53:22 +0100 | |
changeset 413906 | 7656585eb84000aa0fcdd663eea73fb86b2931a0 |
parent 413905 | 42aca1fc08330bda77d565283eae5bde56b4d82a |
child 413907 | b584ff6f5afa5010f52016832e598e712288b47e |
push id | 33853 |
push user | cbrindusan@mozilla.com |
push date | Tue, 17 Apr 2018 09:51:13 +0000 |
treeherder | mozilla-central@8b0ba3f7d099 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jaws |
bugs | 1435778 |
milestone | 61.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -1207,17 +1207,17 @@ toolbarpaletteitem[place="palette"] > #d overflow-x: hidden; } #customization-panelWrapper, #customization-panelWrapper > .panel-arrowcontent, #customization-panelHolder { flex-direction: column; display: flex; - min-height: calc(174px + 8em); + min-height: calc(174px + 9em); } #customization-panelWrapper { flex: 1 1 auto; height: 0; /* Don't let my contents affect ancestors' content-based sizing */ align-items: end; /* align to the end on the cross-axis (affects arrow) */ }