Skip to content

Commit

Permalink
fix(dashboard): add css resets
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuss committed Apr 4, 2023
1 parent d4647e1 commit 7e23bc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/dashboard/src/components/internalDashboard/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
height: 100vh;
display: flex;
flex-direction: column;

/**
* css resets to prevent parent styles affecting the dashboard
*/
text-align: initial;
}

.dashboard .divider {
Expand Down

0 comments on commit 7e23bc1

Please sign in to comment.