Skip to content

Commit

Permalink
fix(dash): No need for dashboards to have a max width
Browse files Browse the repository at this point in the history
  • Loading branch information
billyc committed Jul 20, 2021
1 parent 17e79e6 commit 79d6d9d
Showing 1 changed file with 1 addition and 1 deletion.
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: 90rem;
margin: 0 auto 0 auto;
}
}
Expand Down

0 comments on commit 79d6d9d

Please sign in to comment.