mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
CSS: Ensure proper bottom and right spacing for .grid container
refs #215
This commit is contained in:
parent
4594ff248d
commit
c9de1ded96
1 changed files with 5 additions and 0 deletions
|
|
@ -118,6 +118,11 @@ form[name=form_timerangepickercustom_graphite] {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.grid {
|
||||
margin-right: -1em;
|
||||
margin-bottom: -1em;
|
||||
}
|
||||
|
||||
.grid-item {
|
||||
display: inline-block;
|
||||
border-radius: .25em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue