Wrap long lines in description lists

(cherry picked from commit 4e048bf4999230f9c75d98ef2d8a1201d5ed68ed)
pull/4332/head
Bogdan 6 months ago
parent 3f670ab8fb
commit 1be09d0fe9

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