Update spectrum card word wrapping again

This commit is contained in:
Andrew Kingston 2022-04-06 16:05:58 +01:00
parent d121aefbaa
commit d91f67ef34
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
white-space: nowrap;
}
.spectrum-Card-footer {
word-wrap: anywhere;
word-wrap: break-word;
white-space: pre-wrap;
}
.horizontal .spectrum-Card-coverPhoto {