Skip to content

Commit

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

align-items: flex-start;

flex: 1 0 0;

min-width: 8rem;

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

display: inline-flex;

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

min-width: lengths.size(128);

Expand Down

0 comments on commit fc246f2

Please sign in to comment.