Skip to content

Commit 16c86c2

Browse files
fix(path): Add IE11 flexbox fix (#3542)
1 parent 663e079 commit 16c86c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/components/path/base/_index.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,7 @@
694694
.slds-path__action {
695695
flex-grow: 1;
696696
flex-basis: 100%;
697+
max-width: 100%; // IE11 flexbox fix - ensure everything stays inside the flex container
697698
justify-content: space-between;
698699
align-items: center;
699700
margin-top: $spacing-medium;

0 commit comments

Comments
 (0)