From 5e35b43e484e5a609e561618cea3a1c1c2cf2c8e Mon Sep 17 00:00:00 2001 From: hotio Date: Sun, 15 Jul 2018 04:30:58 +0200 Subject: [PATCH] Fixed: Multiline in table view on two lines (#2870) Fixed: multiline in table view --- src/UI/Content/theme.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/Content/theme.less b/src/UI/Content/theme.less index 5e528f196..8688c40c7 100644 --- a/src/UI/Content/theme.less +++ b/src/UI/Content/theme.less @@ -208,7 +208,7 @@ body.debug { .card(#aaaaaa); /* width : 1210px; min-width : 1210px; */ - max-width : 1429px; + max-width : 1478px; margin : auto; // margin-top : -70px; padding : 20px 0;