Skip to content

Commit

Permalink
fix(data-point): layout issue in IE11 with flex shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-request committed Mar 16, 2021
1 parent e5b5a53 commit ed321a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.lg-data-point {
display: flex;
flex: 1;
flex: 1 1 0;
flex-direction: column;
margin-bottom: var(--component-margin);
margin-right: var(--space-sm);
Expand Down

0 comments on commit ed321a0

Please sign in to comment.