Preserve whitespace in card description
This commit is contained in:
parent
c3913372e1
commit
c49338b4c1
|
@ -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