mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
css: Align icons and labels of quick actions on the same baseline
This commit is contained in:
parent
fae8a5cd59
commit
cc2075a21d
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@
|
|||
button {
|
||||
padding: .25em;
|
||||
.rounded-corners();
|
||||
display: inline-block;
|
||||
display: inline-flex;
|
||||
align-items: baseline;
|
||||
|
||||
&:hover {
|
||||
background: @gray-lighter;
|
||||
|
|
|
|||
Loading…
Reference in a new issue