Skip to content

Commit

Permalink
fix(ie11): file uploader ie11 bugs (#2316)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledavila authored and asudoh committed Apr 23, 2019
1 parent 8edd4df commit dfe0030
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/file-uploader/_file-uploader.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
display: flex;
align-items: center;
justify-content: space-between;
min-height: rem(40px);
height: rem(40px);
max-width: rem(300px);
margin-bottom: $carbon--spacing-03;
padding: 0 $carbon--spacing-03 0 $carbon--spacing-05;
Expand Down Expand Up @@ -104,6 +104,7 @@
align-items: center;
color: $text-01;
margin-right: $carbon--spacing-05;
padding: 1px 0;
/*rtl:ignore*/
direction: ltr;
justify-content: flex-start; /*rtl:{flex-end}*/
Expand Down

0 comments on commit dfe0030

Please sign in to comment.