Skip to content

Commit

Permalink
Fix tabs in dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Feb 14, 2023
1 parent be28ad9 commit 058ea68
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/pages/_dashboard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
}
}

.dashboardDocument {
.headerTabs {
margin-left: auto;
width: calc(100% - 20em);
}
.dashboardDocument .headerTabs {
margin-left: 0;
width: auto;
}

.dashboardColumn:first-child .dashboardSection .paperList {
Expand Down

0 comments on commit 058ea68

Please sign in to comment.