Give language selection buttons more space

Let them assume normal size with regular padding. In the case that
the buttons do not fit one line, some will overflow to the second
line. In my opinion that looks less ugly than irregular padding
and truncated language names.

Bug: T136273
Change-Id: I26dd7745ac03e1b940348b318d74d0a2bd27e1a3
This commit is contained in:
Niklas Laxström
2016-05-26 09:53:38 +02:00
committed by Nikerabbit
parent 6585dc5285
commit 0b89c27678
3 changed files with 8 additions and 15 deletions

View File

@@ -39,16 +39,9 @@
}
.uls-ui-languages button {
width: 22%;
text-overflow: ellipsis;
margin-right: 2%;
margin: 5px 15px 5px 0;
white-space: nowrap;
overflow: hidden;
padding: 0.5em 0;
}
button.uls-more-languages {
width: auto;
}
.uls-search-wrapper-wrapper {