mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-25 18:59:04 +02:00
CSS: Don't add padding top to the dashelt caption
When you add some text that exceeds the webkit line clamp, the dashlet caption looks off to me. Since the caption doesn't have padding-bottom, we shouldn't also add padding-top to it.
This commit is contained in:
parent
628b270e51
commit
af7263d216
@ -217,7 +217,7 @@
|
||||
}
|
||||
|
||||
.caption {
|
||||
padding: .25em .5em 0 .5em;
|
||||
padding: 0 .5em 0 .5em;
|
||||
height: 3em;
|
||||
overflow: hidden;
|
||||
display: -webkit-box;
|
||||
|
Loading…
x
Reference in New Issue
Block a user