From 1e083cff4194480f89778942fd19725b8cbec687 Mon Sep 17 00:00:00 2001 From: Cliff Su Date: Wed, 5 Feb 2020 22:58:46 +0800 Subject: [PATCH] fix: bootstrap ui database table add column field overflow Signed-off-by: Cliff Su --- themes/bootstrap/scss/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap/scss/_common.scss b/themes/bootstrap/scss/_common.scss index d2c43f8e45..d0c7e75c5d 100644 --- a/themes/bootstrap/scss/_common.scss +++ b/themes/bootstrap/scss/_common.scss @@ -2508,7 +2508,7 @@ input#auto_increment_opt { #table_name_col_no { position: fixed; - top: 55px; + top: 100px !important; width: 100%; background: #fff; }