1
0
Fork 0
mirror of synced 2024-06-23 08:30:31 +12:00

Preserve whitespace in card description

This commit is contained in:
Andrew Kingston 2021-07-05 16:47:44 +01:00
parent f227f0623f
commit 2317e87436

View file

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