Skip to content

Commit

Permalink
fix drip CMS flex sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-flinn committed Oct 8, 2023
1 parent dfd2788 commit 620d690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/lib/components/VerticalNav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
.vbar {
height: 100%;
width: 300px;
flex-shrink: 0;
background-color: #5c5955;
color: #fffefb;
display: flex;
Expand Down

0 comments on commit 620d690

Please sign in to comment.