Skip to content

Commit

Permalink
fix(dashboard): add box sizing reset for dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuss committed Jun 14, 2023
1 parent 368ad97 commit 712598b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/dashboard/src/components/internalDashboard/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
*/
text-align: initial;
}
.dashboard * {
box-sizing: initial;
}

.dashboard .divider {
width: 2px;
Expand Down

0 comments on commit 712598b

Please sign in to comment.