Skip to content

Commit

Permalink
fix word-wrap issue (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapbakker88 authored Oct 14, 2020
1 parent 6de4b41 commit fe4a7e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/VirtualMessage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@
display: flex;
justify-content: space-between;
width: 100%;
word-break: break-word;
p {
padding-right: 16px;
}
a {
color: $secondary-color;
text-decoration: none;
Expand Down

0 comments on commit fe4a7e1

Please sign in to comment.