Skip to content

Commit

Permalink
[EuiFlex] Fix responsive selector missed in Emotion conversion (#6381)
Browse files Browse the repository at this point in the history
* [EuiFlex] Fix responsive selector missed in Emotion conversion

* changelog
  • Loading branch information
Constance authored Nov 17, 2022
1 parent 78546e5 commit 39d52de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/flex/flex_group.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const euiFlexGroupStyles = (euiThemeContext: UseEuiTheme) => {
${euiBreakpoint(euiThemeContext, ['xs', 's'])} {
flex-wrap: wrap;
.euiFlexItem {
& > .euiFlexItem {
${logicalCSS('width', '100%')}
flex-basis: 100%;
}
Expand Down
3 changes: 3 additions & 0 deletions upcoming_changelogs/6381.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**Bug fixes**

- Fixed visual bug in nested `EuiFlexGroup`s, where the parent `EuiFlexGroup` is responsive but a child `EuiFlexGroup` is not

0 comments on commit 39d52de

Please sign in to comment.