aboutsummaryrefslogtreecommitdiff
path: root/src/components/tables/scss/table.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/tables/scss/table.scss')
-rw-r--r--src/components/tables/scss/table.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/tables/scss/table.scss b/src/components/tables/scss/table.scss
index 44d7f57..d9be7c8 100644
--- a/src/components/tables/scss/table.scss
+++ b/src/components/tables/scss/table.scss
@@ -46,4 +46,8 @@ table {
border: none;
height: 1.4rem;
}
+
+ .multiline {
+ white-space: pre-line;
+ }
}