mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
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…
x
Reference in New Issue
Block a user