Merge pull request #427 from wikimedia/T308688

For language links, use full space in <li> elements
This commit is contained in:
Amir E. Aharoni
2022-06-13 09:26:34 +03:00
committed by GitHub

View File

@@ -68,9 +68,8 @@
} }
.uls-language-block > ul > li { .uls-language-block > ul > li {
cursor: pointer;
margin-left: 20px; margin-left: 20px;
padding: 8px; padding: 0;
/* /*
* The directionality (ltr/rtl) for each list item is set dynamically * The directionality (ltr/rtl) for each list item is set dynamically
* as HTML attributes in JavaScript. Setting directionality also applies * as HTML attributes in JavaScript. Setting directionality also applies
@@ -95,6 +94,7 @@
display: inline-block; display: inline-block;
width: 100%; width: 100%;
overflow-x: hidden; overflow-x: hidden;
padding: 8px;
/* /*
* Some languages have long names for various reasons and we still want * Some languages have long names for various reasons and we still want
* them to appear on one line. * them to appear on one line.