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 3f670ab8fb
commit 1be09d0fe9
1 changed files with 2 additions and 4 deletions

View File

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