mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
UI: Add padding to users count in host details (#13165)
This commit is contained in:
parent
4527d52ead
commit
82858f8c3e
2 changed files with 7 additions and 0 deletions
0
changes/12959-users-padding
Normal file
0
changes/12959-users-padding
Normal file
|
|
@ -1,5 +1,12 @@
|
|||
.section--users {
|
||||
margin-top: $pad-medium;
|
||||
|
||||
.table-container {
|
||||
&__header {
|
||||
padding-top: $pad-large;
|
||||
}
|
||||
}
|
||||
|
||||
.data-table-block {
|
||||
.data-table__table {
|
||||
thead {
|
||||
|
|
|
|||
Loading…
Reference in a new issue