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; }