Browse Source

Update stacked list to preserve white space

pull/4023/head
Andrew Kingston 6 years ago
parent
commit
f54734c3bf
  1. 2
      packages/standard-components/src/StackedList.svelte

2
packages/standard-components/src/StackedList.svelte

@ -50,6 +50,7 @@
.subheading {
opacity: 0.6;
white-space: pre-wrap;
}
.content {
@ -60,6 +61,7 @@
.heading {
font-weight: 600;
white-space: pre-wrap;
}
.image-block {

Loading…
Cancel
Save