mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-06-04 14:26:04 -04:00
Fix line break
This commit is contained in:
parent
c5ec84fbc1
commit
6ecc485e2e
1 changed files with 5 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ div.bp .badges {
|
|||
|
||||
> a {
|
||||
display: block;
|
||||
line-height: 6em;
|
||||
position: relative;
|
||||
text-decoration: none;
|
||||
font-size: 0.7em;
|
||||
text-align: center;
|
||||
|
|
@ -445,6 +445,10 @@ div.bp .badges {
|
|||
word-wrap: break-word;
|
||||
text-shadow: 0 0 1px @text-color;
|
||||
color: @text-color-inverted;
|
||||
top: 50%;
|
||||
-ms-transform: translateY(-50%);
|
||||
-webkit-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue