Skip to content

Commit

Permalink
Fix responsive flex group margins (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
snide authored Dec 23, 2017
1 parent 50662a8 commit f7070ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/flex/_flex_group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,7 @@ $gutterTypes: (
@include screenXSmall {
.euiFlexGroup--responsive {
flex-wrap: wrap;
margin-left: 0;
margin-right: 0;
}
}
1 change: 1 addition & 0 deletions src/components/flex/_flex_item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
width: 100% !important;
flex-basis: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
margin-bottom: $euiSize !important;
}
}

0 comments on commit f7070ee

Please sign in to comment.