1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +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 {
word-wrap: anywhere;
white-space: pre-wrap;
}
a {
transition: color 130ms ease-in-out;