Skip to content

Commit

Permalink
Fix flex content (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed May 5, 2020
1 parent d5a6042 commit c42e6ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/fuselage/src/components/InputBox/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

align-items: flex-start;

flex: 1 0 0;

min-width: 8rem;

padding-block: lengths.padding(8);
Expand Down Expand Up @@ -121,7 +119,7 @@

display: inline-flex;

flex: 1 0 auto;
flex-grow: 1;

min-width: lengths.size(128);

Expand Down

0 comments on commit c42e6ea

Please sign in to comment.