Skip to content

Commit d7235b0

Browse files
committed
fix(alert): add break-word property to alert content
1 parent 6674f2a commit d7235b0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/silver-spiders-itch.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@launchpad-ui/alert': patch
3+
'@launchpad-ui/core': patch
4+
---
5+
6+
[Alert] Add `word-break: break-word` to alert content container

packages/alert/src/styles/Alert.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
.Alert-content {
108108
flex-grow: 1;
109109
max-width: 70rem;
110+
word-break: break-word;
110111
}
111112

112113
.Alert-close {

0 commit comments

Comments
 (0)