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 1bd60bda31
commit 733fe1fe3f
1 changed files with 1 additions and 0 deletions

View File

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