We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920e62e commit c2fc88fCopy full SHA for c2fc88f
.changeset/clean-jobs-hear.md
@@ -0,0 +1,5 @@
1
+---
2
+'@shopify/polaris': patch
3
4
+
5
+Protect border radius of `LegacyCard` with overflow hidden
polaris-react/src/components/LegacyCard/LegacyCard.scss
@@ -4,6 +4,7 @@
background-color: var(--p-color-bg);
box-shadow: var(--p-shadow-md);
6
outline: var(--p-border-width-1) solid transparent;
7
+ overflow: hidden;
8
9
+ .LegacyCard {
10
margin-top: var(--p-space-4);
0 commit comments