Skip to content

Commit

Permalink
fix: tup-615 flexible space above dashboard header (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Oct 10, 2023
1 parent 34a7322 commit 25e10b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/tup-ui/src/pages/Dashboard/Dashboard.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

.section {
display: grid;
grid-template-rows: auto 1fr;
padding: var(--global-space--section)
}

Expand Down

0 comments on commit 25e10b9

Please sign in to comment.