From 762179cc7084869937edd8416d21751a8b718cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20Palm=C3=B8?= Date: Thu, 14 Apr 2022 15:52:25 +0200 Subject: [PATCH] fixed issue on chrome --- src/style/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/main.css b/src/style/main.css index c08e822..d45bc76 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -204,7 +204,7 @@ th { td, th { - overflow: scroll; + /* overflow: scroll; */ text-overflow: ellipsis; padding: 0.4rem; font-size: 0.9rem;