We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de57d1e commit cab0873Copy full SHA for cab0873
src/internal/components/card/styles.scss
@@ -71,7 +71,8 @@
71
.header {
72
padding-block-start: 8px;
73
padding-block-end: 4px;
74
- padding-inline: awsui.$space-card-horizontal;
+ padding-inline-start: awsui.$space-card-horizontal;
75
+ padding-inline-end: calc(#{awsui.$space-card-horizontal} - 4px);
76
&-inner {
77
@include styles.font-heading-s;
78
min-block-size: 32px;
0 commit comments