Wrap long lines in description lists
This commit is contained in:
parent
65cb1ccafd
commit
4e048bf499
|
@ -1,9 +1,7 @@
|
|||
.description {
|
||||
line-height: $lineHeight;
|
||||
}
|
||||
|
||||
.description {
|
||||
margin-left: 0;
|
||||
line-height: $lineHeight;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
|
Loading…
Reference in New Issue