Skip to content

Commit

Permalink
🤦 Fix incorrect CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Sep 8, 2023
1 parent dbcab02 commit 2d32730
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const euiAccordionButtonStyles = (euiThemeContext: UseEuiTheme) => {
${logicalCSS('padding-left', 0)}
`,
arrowRight: css`
${logicalCSS('padding-left', 0)}
${logicalCSS('padding-right', 0)}
`,
};
};

0 comments on commit 2d32730

Please sign in to comment.