1
0
Fork 0
mirror of synced 2024-08-15 10:01:34 +12:00

Update spectrum card word wrapping to allow breaking text anywhere

This commit is contained in:
Andrew Kingston 2022-03-21 12:16:51 +00:00
parent a8a6c0a428
commit 61e077bf0a

View file

@ -130,6 +130,7 @@
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
word-break: break-all;
}
.button-container {