From cab95529dd6d14c89d897096ac45fe17b3903288 Mon Sep 17 00:00:00 2001 From: huangjx Date: Tue, 10 May 2022 20:25:07 +0800 Subject: [PATCH] make clipped content scrollable --- src/css/table.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/table.scss b/src/css/table.scss index 50b116d..56ff72c 100644 --- a/src/css/table.scss +++ b/src/css/table.scss @@ -52,7 +52,7 @@ .table-cell:first-child { flex : 1 1 auto; width : 50%; - overflow : hidden; + overflow : scroll; text-overflow: ellipsis; white-space : nowrap; }