Skip to content

Commit

Permalink
Change flex-basis value | Center icons in IE11 (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
salarenko authored and InnaAtanasova committed Jan 9, 2020
1 parent 5a3815f commit 46c9c14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/product-switch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ $block: #{$fd-namespace}-product-switch;
padding: 1rem;
text-align: left;
border-radius: 0;
flex-basis: auto;

&.selected {
border: none;
Expand Down Expand Up @@ -394,6 +395,7 @@ $block: #{$fd-namespace}-product-switch;
@include fd-reset();

@include fd-flex() {
align-self: stretch;
align-items: center;
justify-content: center;
}
Expand Down

0 comments on commit 46c9c14

Please sign in to comment.