1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Preserve whitespace in card description

This commit is contained in:
Andrew Kingston 2021-07-05 16:47:44 +01:00
parent c3913372e1
commit c49338b4c1

View file

@ -89,6 +89,7 @@
} }
.spectrum-Card-footer { .spectrum-Card-footer {
word-wrap: anywhere; word-wrap: anywhere;
white-space: pre-wrap;
} }
a { a {
transition: color 130ms ease-in-out; transition: color 130ms ease-in-out;