Skip to content

Commit

Permalink
fix(dash): Dashboard max 110rem width. Too wide is too wide.
Browse files Browse the repository at this point in the history
  • Loading branch information
billyc committed Jul 20, 2021
1 parent fd1e89b commit ec4dcaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/views/DashBoard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export default class VueComponent extends Vue {
padding: 1rem 0rem 1rem 3rem;
.dashboard-content {
max-width: 90rem;
max-width: 110rem;
margin: 0 auto 0 auto;
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/views/TabbedDashboardView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default class VueComponent extends Vue {
}
.tabholder {
max-width: 93rem;
max-width: 113rem;
margin: 0 auto;
background-color: var(--bgDashboard);
z-index: 10;
Expand All @@ -178,7 +178,7 @@ li.is-not-active b a {
margin-left: 1rem;
p {
max-width: 90rem;
max-width: 110rem;
margin: 0 2rem;
}
}
Expand Down

0 comments on commit ec4dcaf

Please sign in to comment.