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
parent
3e8c2b34a6
commit
81179a0baa
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue