Language links box should not have an unnecessary scrollbar

Bug: T181491
Change-Id: I23c778d61208238079a7badd301b9a31e929329b
isekai
Jack Phoenix 7 years ago
parent 535c3b8c7e
commit 43d2b1a7a2

@ -544,6 +544,13 @@ table.wikitable > * > tr > th {
display: inherit;
}
/* Language links box should not have an unnecessary scrollbar
* @see https://phabricator.wikimedia.org/T181491
*/
#p-lang {
overflow: hidden;
}
/* Hidden stuff */
#p-namespaces h3,

Loading…
Cancel
Save