min-height on manage pages (#770)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
.user-management {
|
||||
min-height: 100px;
|
||||
padding: 30px 30px 30px 0;
|
||||
min-height: 90vh;
|
||||
|
||||
&__user-count {
|
||||
font-size: $large;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
.manage-hosts {
|
||||
padding: $pad-base;
|
||||
min-height: 90vh;
|
||||
|
||||
&__header {
|
||||
.ace-kolide {
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
|
||||
&__wrapper {
|
||||
padding: $base;
|
||||
min-height: 90vh;
|
||||
}
|
||||
|
||||
&__table {
|
||||
|
||||
Reference in New Issue
Block a user