Wrap long lines in description lists

(cherry picked from commit 4e048bf4999230f9c75d98ef2d8a1201d5ed68ed)
pull/3100/head
Bogdan 7 months ago committed by servarr
parent a8f2b91010
commit c2ed10e721

@ -1,9 +1,7 @@
.description {
line-height: $lineHeight;
}
.description {
margin-left: 0;
line-height: $lineHeight;
overflow-wrap: break-word;
}
@media (min-width: 768px) {

Loading…
Cancel
Save