Update stacked list to preserve white space
This commit is contained in:
parent
8ed2be5594
commit
aaa40f4638
|
@ -50,6 +50,7 @@
|
||||||
|
|
||||||
.subheading {
|
.subheading {
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
@ -60,6 +61,7 @@
|
||||||
|
|
||||||
.heading {
|
.heading {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-block {
|
.image-block {
|
||||||
|
|
Loading…
Reference in New Issue