aboutsummaryrefslogtreecommitdiff
path: root/src/components/tables/scss/table.scss
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-27 15:07:34 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-09-27 15:07:34 +0530
commitcc5dd44de3d65e3c2cf189f1516d97c3641549aa (patch)
treeaa0c066f06e79dd081dcdcbee1d57ef4ed7391e7 /src/components/tables/scss/table.scss
parentaf0ef4c190f3967d2def0c65cc3a1fce4511044e (diff)
created very basic clients list
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;
+ }
}