Preserve whitespace in card description
This commit is contained in:
parent
f227f0623f
commit
2317e87436
|
@ -89,6 +89,7 @@
|
|||
}
|
||||
.spectrum-Card-footer {
|
||||
word-wrap: anywhere;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
a {
|
||||
transition: color 130ms ease-in-out;
|
||||
|
|
Loading…
Reference in New Issue