Skip to content

Commit

Permalink
Rework resizable styles for flex state.
Browse files Browse the repository at this point in the history
  • Loading branch information
flachware committed Mar 1, 2017
1 parent 0cb4638 commit 867de9e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/stylesheets/components/_resizable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ $resizable-threshold: 8px !default;
flex-direction: column;
position: relative;

&.disabled {
&.flex {
flex: 1 1 0;

&.fixed {
flex: none;
}
}
}

Expand Down

0 comments on commit 867de9e

Please sign in to comment.