Update spectrum card word wrapping to allow breaking text anywhere
This commit is contained in:
parent
a8a6c0a428
commit
61e077bf0a
|
@ -130,6 +130,7 @@
|
|||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.button-container {
|
||||
|
|
Loading…
Reference in New Issue