monitoring: Fix custom variables alignment
This commit is contained in:
parent
27f2d485f5
commit
61930a4b1b
|
@ -21,11 +21,6 @@
|
||||||
.custom-variables > ul {
|
.custom-variables > ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 0 0 @vertical-padding;
|
|
||||||
|
|
||||||
&:first-child {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Host name and IP addresses in the host and service detail view
|
// Host name and IP addresses in the host and service detail view
|
||||||
|
|
Loading…
Reference in New Issue