layout.less: Make sure that big numbers in badges don't overflow
refs #3568
This commit is contained in:
parent
f0b5d8fd8e
commit
974df5f2a9
|
@ -303,6 +303,9 @@ html.no-js .controls > .tabs {
|
||||||
right: .5em;
|
right: .5em;
|
||||||
bottom: .25em;
|
bottom: .25em;
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
max-width: 4em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue