Fleet UI: Equal padding above and below empty states on host details page (#18371)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Reduced the number of 'Deadlock found' errors seen by the server when multiple hosts share the same UUID
|
||||
@@ -0,0 +1 @@
|
||||
- UI fix: padding around empty states of host details page
|
||||
@@ -186,7 +186,7 @@
|
||||
|
||||
.empty-table {
|
||||
&__container {
|
||||
margin: 0 0 $pad-xxlarge 0;
|
||||
margin: $pad-xxlarge 0; // Equal padding above and below empty states
|
||||
min-height: initial;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user