Skip to content

Commit

Permalink
Use better selector for expand icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kqualters-elastic committed Mar 1, 2022
1 parent f8bf38b commit 211cb8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const AppGlobalStyle = createGlobalStyle<{ theme: { eui: { euiColorPrimar
&:first-child,
&:nth-child(2),
&:nth-child(3),
&:nth-child(6) {
&:last-child {
display: inline-flex;
}
Expand Down

0 comments on commit 211cb8b

Please sign in to comment.