Bug 1624238 - Enable PanelMultiView header text to span multiple lines. r=Gijs,robwu

Differential Revision: https://phabricator.services.mozilla.com/D72630
This commit is contained in:
Nihanth Subramanya 2020-04-27 16:07:37 +00:00
parent f9f8939bf9
commit 54123adcd7

View File

@ -1724,6 +1724,11 @@ toolbarpaletteitem[place="menu-panel"] > .subviewbutton-nav::after {
text-align: center;
}
.panel-header > label > span {
display: inline-block;
white-space: pre-wrap;
}
.panel-header > .subviewbutton-back + label {
/* Add the size of the back button to center properly. */
margin-inline-end: 32px;