From 381a945fb16d305d2a3516456b4f4885e45dbe70 Mon Sep 17 00:00:00 2001 From: Michael An <2331806369@qq.com> Date: Mon, 5 Aug 2024 17:00:33 +0800 Subject: [PATCH] fix search input icon style (#6491) --- frontend/src/css/file-chooser.css | 1 + frontend/src/css/search.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/css/file-chooser.css b/frontend/src/css/file-chooser.css index 95750514f4..82718403f7 100644 --- a/frontend/src/css/file-chooser.css +++ b/frontend/src/css/file-chooser.css @@ -110,6 +110,7 @@ .file-chooser-search-input .search-input { width: 100%; + height: 2.375rem; } .file-chooser-table td { diff --git a/frontend/src/css/search.css b/frontend/src/css/search.css index 5db30cbeaa..70bdb28a1b 100644 --- a/frontend/src/css/search.css +++ b/frontend/src/css/search.css @@ -78,7 +78,7 @@ } .search-input { - height: 2.375rem; + height: 1.875rem; width: 15rem; font-size: .875rem; }