Added line break recognition to narrative card

This commit is contained in:
Fraser Crichton
2020-04-28 18:38:28 +12:00
committed by Lachlan Kermode
parent 148be7ac97
commit bff2799a18

View File

@@ -37,6 +37,7 @@ NARRATIVE INFO
.narrative-info-desc {
height: $narrative-info-desc-height;
overflow-y: auto;
white-space: pre-line;
}
p {