From a47dd521a4b4b440ad360c294891220264786b42 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 14 Nov 2019 15:05:56 +0100 Subject: [PATCH] Style fix --- front/core/components/table/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/core/components/table/style.scss b/front/core/components/table/style.scss index e02dd47a5..41d1f6db8 100644 --- a/front/core/components/table/style.scss +++ b/front/core/components/table/style.scss @@ -4,7 +4,7 @@ vn-table { display: block; width: 100%; - // overflow: auto; + overflow: auto; } .vn-table { width: 100%;