Skip to content

Commit

Permalink
Use min-width to make select respond to Flexbox
Browse files Browse the repository at this point in the history
  • Loading branch information
laras126 committed Dec 3, 2017
1 parent 7f518a4 commit abcdc9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@
align-items: center;
margin-top: 20px;

select {
// Necessary for select to respond to flexbox
min-width: 0;
}

label {
margin-right: 10px;
}
Expand Down

0 comments on commit abcdc9e

Please sign in to comment.