Prevent language button in sticky header from word breaking

Bug: T316609
Change-Id: Ie4d9efad0850dce52a6e383574b14d986a824d4a
This commit is contained in:
bwang 2022-09-15 10:09:21 -05:00 committed by Jdlrobson
parent 6fd247640b
commit e28e197f1f
1 changed files with 4 additions and 0 deletions

View File

@ -94,6 +94,10 @@
}
}
#p-lang-btn-sticky-header {
white-space: nowrap;
}
// Hides language button with CSS, ensures language button is in DOM for temporary JS hack for interwiki links
// Temporary solution to T287206, can be removed when ULS dialog includes interwiki links
#p-lang-btn.mw-portlet-empty {