Skip to content

Commit

Permalink
Merge pull request #47 from concord-consortium/set-right-nav-min-width
Browse files Browse the repository at this point in the history
fix: Set min-width on right nav
  • Loading branch information
dougmartin authored Apr 5, 2024
2 parents dd64fb7 + 2b82603 commit fc4c3ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
flex-direction: column;
flex: 1;
flex-grow: 0;
min-width: 160px;
gap: 10px;
background-color: #dddddd7f;
border-radius: 3px;
Expand Down

0 comments on commit fc4c3ec

Please sign in to comment.