Skip to content

Commit a30424f

Browse files
authored
refactor(alert): remove unnecessary CSS declaration (#8256)
**Related Issue:** N/A ## Summary Removes responsiveness-related declaration no longer necessary after #8195.
1 parent 2f3ca5a commit a30424f

File tree

1 file changed

+0
-1
lines changed
  • packages/calcite-components/src/components/alert

1 file changed

+0
-1
lines changed

packages/calcite-components/src/components/alert/alert.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ $border-style: 1px solid var(--calcite-ui-border-3);
3030
w-full
3131
z-toast;
3232

33-
container: responsive-container / inline-size;
3433
border-radius: var(--calcite-border-radius);
3534
border-block-start: 0 solid transparent;
3635
border-inline: $border-style;

0 commit comments

Comments
 (0)