Add padding to limited-width toggle to account for close icon

Bug: T336274
Change-Id: I435976d785785759e0eca6612ef2cd1b47cd63af
(cherry picked from commit fdb1ba3b30)
This commit is contained in:
Jan Drewniak 2023-05-09 10:55:25 -04:00 committed by Jdrewniak
parent 82cc4c1ddd
commit 0ba4fe798a

View file

@ -67,6 +67,10 @@
height: auto;
max-width: 298px;
max-height: 593px;
// Reserve space for the close button ("X" icon)
// using em's since mw-ui-icon button is sized in those units.
padding-right: 1em;
box-sizing: border-box;
p {
margin: 0.4em 0 0.5em 0;