Update spectrum card word wrapping again
This commit is contained in:
parent
5b423a21ee
commit
257bfb046d
|
@ -102,7 +102,7 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.spectrum-Card-footer {
|
.spectrum-Card-footer {
|
||||||
word-wrap: anywhere;
|
word-wrap: break-word;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
.horizontal .spectrum-Card-coverPhoto {
|
.horizontal .spectrum-Card-coverPhoto {
|
||||||
|
|
Loading…
Reference in New Issue