Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ek-so committed Sep 27, 2024
1 parent d8dccc4 commit f6f0cb8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/eui/src/components/card/card.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,7 @@ export const euiCardStyles = (
${logicalCSS('margin-bottom', `-${paddingAmount}`)}
/* Match border radius, minus border width */
${logicalCSS(
'border-top-left-radius', `2px`
)}
${logicalCSS('border-top-left-radius', `2px`)}
${logicals['border-top-right-radius']}: 2px;
img {
Expand Down

0 comments on commit f6f0cb8

Please sign in to comment.