Skip to content

Commit

Permalink
Merge pull request #527 from creative-commoners/pulls/1.0/admin-menu-…
Browse files Browse the repository at this point in the history
…overflow

Fix overflowing menu bar on admin sections
  • Loading branch information
robbieaverill authored Jun 18, 2018
2 parents 34c5e3a + bf5b578 commit 8e5905f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions client/src/styles/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ body {
.flexbox-area-grow {
-ms-flex: 1;
flex: 1;
min-width: 0; // Allows some browsers to shrink below the width of their contents.
}

.cms .flexbox-display {
Expand Down

0 comments on commit 8e5905f

Please sign in to comment.