Skip to content

Commit

Permalink
Uniform style for dashboard tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Sep 8, 2024
1 parent 35232a3 commit 3b152f6
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions packages/app/app/components/Dashboard/styles.scss
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
.dashboard {
.dashboard,
.dashboard_tabs {
position: relative;
height: calc(100% - 2rem);
display: flex;
flex-flow: column;
height: 100%;
}

.dashboard {
.dashboard_tabs {
position: relative;
height: 100%;
display: flex;
flex-flow: column;
.ui.secondary.menu {
margin-bottom: 0;
flex: 0 0 auto;
}
}
}

0 comments on commit 3b152f6

Please sign in to comment.