Skip to content

Commit

Permalink
[EuiButtonGroup] Fix position for EuiScreenReaderOnly (elastic#4189)
Browse files Browse the repository at this point in the history
* [EuiButtonGroup] Fix position for EuiScreenReaderOnly

* cl

* Update src/components/button/button_group/_button_group.scss

Co-authored-by: Greg Thompson <[email protected]>

Co-authored-by: Greg Thompson <[email protected]>
  • Loading branch information
2 people authored and cchaos committed Nov 4, 2020
1 parent e565a7c commit 9c9722e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/button/button_group/_button_group.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.euiButtonGroup {
display: inline-block;
max-width: 100%;
position: relative; // Ensures the EuiScreenReaderOnly component is positioned relative to this component
}

.euiButtonGroup--fullWidth {
Expand Down

0 comments on commit 9c9722e

Please sign in to comment.