From cc5dd44de3d65e3c2cf189f1516d97c3641549aa Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 27 Sep 2022 15:07:34 +0530 Subject: created very basic clients list --- src/components/tables/scss/table.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components/tables/scss/table.scss') 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; + } } -- cgit v1.2.3