Fleet UI: Equal padding above and below empty states on host details page (#18371)

This commit is contained in:
RachelElysia
2024-04-18 09:39:17 -04:00
committed by GitHub
parent fe259c7326
commit 058de69bbd
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Reduced the number of 'Deadlock found' errors seen by the server when multiple hosts share the same UUID
+1
View File
@@ -0,0 +1 @@
- UI fix: padding around empty states of host details page
+1 -1
View File
@@ -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;
}
}