Skip to content

Commit

Permalink
fix: ensure border-block-end fills entire height
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Dec 18, 2024
1 parent f5160d4 commit 93cd47c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/DashboardsBar/styles/DashboardsBar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

.blockCreationNavigation {
display: flex;
height: 100%;
align-items: center;
flex-shrink: 0;
gap: var(--spacers-dp4);
padding: var(--spacers-dp8) var(--spacers-dp12) 9px var(--spacers-dp8);
Expand Down

0 comments on commit 93cd47c

Please sign in to comment.