Prevent long sitenames from overflowing out of column and stuff

Missed some max-width stuff with the flex.

Bug: T232411
Change-Id: Idb1ebd8c33ade90b1a3d165c04c63e1dcfd7bb95
isekai
Isarra 5 years ago
parent 91634606e7
commit 0af345adfe

@ -57,7 +57,7 @@ body {
}
#p-logo-text {
width: @column-left-size;
max-width: @column-left-size;
text-align: center;
line-height: 1;

@ -154,7 +154,6 @@
#p-logo-text a {
padding-left: 0;
padding-right: 0.5em;
text-align: left;
}
#mw-footer {

Loading…
Cancel
Save