Wrap long lines in description lists

(cherry picked from commit 4e048bf4999230f9c75d98ef2d8a1201d5ed68ed)
This commit is contained in:
Bogdan
2023-11-20 07:08:17 +02:00
parent a8f2b91010
commit 413a70a312

View File

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