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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1 @@
Reduced the number of 'Deadlock found' errors seen by the server when multiple hosts share the same UUID

View file

@ -0,0 +1 @@
- UI fix: padding around empty states of host details page

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;
}
}