This website works better with JavaScript.
Home
Explore
Help
Sign In
jfinn
/
jitsi_mod
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix(chat): wrap long text
master
Leonard Kim
6 years ago
parent
70f14be50f
commit
563e99ecd3
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
css/_chat.scss
+ 2
- 0
css/_chat.scss
View File
@@ -226,6 +226,8 @@
226
226
227
227
.messagecontent {
228
228
margin: 5px 10px;
229
+ max-width: 100%;
230
+ overflow: hidden;
229
231
}
230
232
}
231
233
Write
Preview
Loading…
Cancel
Save