Skip to content

Commit 9766d84

Browse files
authored
Merge pull request #4101 from BoomerScratch/patch-1
Fix text overflow in what's happening
2 parents 03c5f7f + 72d9ba2 commit 9766d84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/views/splash/splash.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@
104104
.social-message {
105105
border: 0;
106106
padding: 0;
107+
overflow-wrap: anywhere;
108+
word-break: break-word;
107109
}
108110

109111
.activity-img {

0 commit comments

Comments
 (0)