Wrap long lines in description lists

(cherry picked from commit 4e048bf4999230f9c75d98ef2d8a1201d5ed68ed)
pull/4331/head
Bogdan 6 months ago committed by servarr
parent 3f670ab8fb
commit 5dfb644427

@ -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