UI: Add padding to users count in host details (#13165)

This commit is contained in:
Jacob Shandling 2023-08-07 09:21:48 -07:00 committed by GitHub
parent 4527d52ead
commit 82858f8c3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

View 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 {