Skip to content

Commit 3c960c3

Browse files
authored
Merge pull request hsuanxyz#11 from saurabhDuzumaki/long-words-css-fix
corrected css for very long words (or sentenses without spaces)
2 parents b6ae3e1 + 113e80d commit 3c960c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/chat/chat.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ page-chat {
7272
border: 1px solid #ddd;
7373
color: #fff;
7474
width: auto;
75-
75+
max-width: 80%;
7676
span.triangle {
7777
background-color: #fff;
7878
border-radius: 2px;

0 commit comments

Comments
 (0)