From 3af350c1288466f852e4be6d473de2daa1f611bf Mon Sep 17 00:00:00 2001 From: chiu Date: Mon, 15 Jul 2024 14:38:28 +0000 Subject: [PATCH] fix text add by :before overlayed issue --- modules/universal_table/index2.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/universal_table/index2.html.erb b/modules/universal_table/index2.html.erb index 1bd0bf6..31fec9b 100644 --- a/modules/universal_table/index2.html.erb +++ b/modules/universal_table/index2.html.erb @@ -45,6 +45,7 @@ .universal-table-index thead > tr > th:first-child:before { content: "No."; + width: 4em; } .universal-th-icon {