layout.less: Make sure that big numbers in badges don't overflow

refs #3568
This commit is contained in:
Johannes Meyer 2019-07-03 11:30:20 +02:00
parent f0b5d8fd8e
commit 974df5f2a9
1 changed files with 3 additions and 0 deletions

View File

@ -303,6 +303,9 @@ html.no-js .controls > .tabs {
right: .5em;
bottom: .25em;
font-size: 75%;
overflow: hidden;
text-overflow: ellipsis;
max-width: 4em;
}
}