Skip to content

Commit 5148c04

Browse files
authored
fix: icon on Sticky Note (#3098)
1 parent c7b7df6 commit 5148c04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/components/Alert/alert.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
/** Content */
9595

9696
.content {
97+
overflow: hidden;
9798
display: flex;
9899
flex-direction: column;
99100
justify-content: space-between;
@@ -143,6 +144,7 @@
143144

144145
/** Icon */
145146
.icon-wrapper {
147+
display: flex;
146148
flex-shrink: 0;
147149
padding: var(--components-dimensions-alert-icon-padding-block);
148150
border-radius: var(--components-dimensions-alert-icon-border-radius);

0 commit comments

Comments
 (0)