Skip to content

Commit e75d9bd

Browse files
bodnaraxkureck
authored andcommitted
fix(admin): dashboard white stripe
* changes dashboard min height to fill rest of view height
1 parent 8abb1c6 commit e75d9bd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

apps/admin-gui/src/app/app.component.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
#content-wrap {
66
padding-bottom: 25px;
77
padding-top: 10px;
8-
@media (max-width: 768px) {
9-
padding-bottom: 500px;
10-
}
118
}
129

1310
.beta-warning {

apps/admin-gui/src/app/users/pages/user-detail-page/user-dashboard/user-dashboard.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
.dashboard {
3434
position: relative;
35-
min-height: calc(100vh - 64px - 200px);
35+
min-height: calc(100vh - 34px - 200px);
3636
margin-bottom: -60px !important;
3737
padding-bottom: 50px;
3838
top: -10px !important;

0 commit comments

Comments
 (0)