Bug 1004255 - adjust flex so that inner panelUI-contents sizes correctly, r=mconley

This commit is contained in:
Gijs Kruitbosch 2014-05-09 13:10:19 +01:00
parent 14286c8988
commit 6ed903ae8b

View File

@ -231,7 +231,7 @@ panelview:not([mainview]) .toolbarbutton-text,
#PanelUI-contents {
display: block;
flex: auto;
flex: 1 0 auto;
margin-left: auto;
margin-right: auto;
padding: .5em 0;