Issue #2679126 by ccjjmartin, karthik.baikati, ecrown, leolando.tan, jeremyrperry, akhil.desai, kawo, sean.walker, Q2U, paintingguy, jonathanshaw, valthebald, alexpott, yogeshmpawar, Cottser, catch, tulvit, alex_optim: Words break unnecessarilly at end of line in forum topic replies

merge-requests/1119/head
Lee Rowlands 2019-06-28 07:21:14 +10:00
parent 3e8c2b34a6
commit 81179a0baa
No known key found for this signature in database
GPG Key ID: 2B829A3DF9204DC4
1 changed files with 6 additions and 1 deletions

View File

@ -60,12 +60,17 @@
width: 100%;
padding: 10px 25px 10px 25px;
vertical-align: top;
word-break: break-all;
word-break: break-word;
hyphens: auto;
border: 1px solid #d3d7d9;
font-size: 0.929em;
line-height: 1.6;
}
.comment__content a {
hyphens: none;
}
.comment__content:before {
position: absolute;
top: 20px;