Skip to content

Commit fe4a7e1

Browse files
author
jaapbakker88
authored
fix word-wrap issue (#573)
1 parent 6de4b41 commit fe4a7e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/VirtualMessage.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@
9999
display: flex;
100100
justify-content: space-between;
101101
width: 100%;
102+
word-break: break-word;
103+
p {
104+
padding-right: 16px;
105+
}
102106
a {
103107
color: $secondary-color;
104108
text-decoration: none;

0 commit comments

Comments
 (0)