Skip to content

Commit 662d06a

Browse files
committed
Include word-break
Prevents long texts overflow
1 parent 7307a0c commit 662d06a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

less/jgrowl.core.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
text-align: left;
5353
display: none;
5454
border-radius: @jgrowl-borderRadius;
55+
word-break: break-all;
5556

5657
.ui-state-highlight,
5758
.ui-widget-content .ui-state-highlight,
@@ -98,4 +99,4 @@
9899
.jGrowl {
99100
display: none;
100101
}
101-
}
102+
}

0 commit comments

Comments
 (0)