mirror of
https://github.com/fleetdm/fleet
synced 2026-05-21 16:08:47 +00:00
Fleet UI: Equal padding above and below empty states on host details page (#18371)
This commit is contained in:
parent
fe259c7326
commit
058de69bbd
3 changed files with 3 additions and 1 deletions
1
changes/16562-sql-deadlock copy
Normal file
1
changes/16562-sql-deadlock copy
Normal file
|
|
@ -0,0 +1 @@
|
|||
Reduced the number of 'Deadlock found' errors seen by the server when multiple hosts share the same UUID
|
||||
1
changes/18084-hdp-empty-state-padding
Normal file
1
changes/18084-hdp-empty-state-padding
Normal file
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue