diff --git a/modules/ui/src/app/app.component.scss b/modules/ui/src/app/app.component.scss index d5589fabd..46db2a291 100644 --- a/modules/ui/src/app/app.component.scss +++ b/modules/ui/src/app/app.component.scss @@ -102,6 +102,7 @@ $nav-open-btn-width: 210px; width: $nav-close-btn-width; display: flex; justify-content: flex-start; + padding-inline: 8px; } .app-sidebar-button:first-child { diff --git a/modules/ui/src/app/pages/reports/history.component.scss b/modules/ui/src/app/pages/reports/history.component.scss index cc4f56bd0..d26ce63b7 100644 --- a/modules/ui/src/app/pages/reports/history.component.scss +++ b/modules/ui/src/app/pages/reports/history.component.scss @@ -37,7 +37,7 @@ border: 1px solid $lighter-grey; height: -webkit-fit-content; height: -moz-fit-content; - height: fit-content; + height: 100%; max-height: -webkit-fill-available; max-height: -moz-available; max-height: stretch; diff --git a/modules/ui/src/styles.scss b/modules/ui/src/styles.scss index 2d3a36009..778f7cedf 100644 --- a/modules/ui/src/styles.scss +++ b/modules/ui/src/styles.scss @@ -107,6 +107,7 @@ mat-hint { .mdc-button__label { position: relative; left: -999px; + display: none; } } @@ -114,6 +115,7 @@ mat-hint { .app-sidebar-button { .mdc-button__label { left: 8px; + display: inline; } }