Skip to content

Commit

Permalink
Adding a min-width to flexbox-area-grow that allows flex blocks to sh…
Browse files Browse the repository at this point in the history
…rink below their content width
  • Loading branch information
ScopeyNZ committed May 21, 2018
1 parent d4ac09b commit ff186a6
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 ff186a6

Please sign in to comment.