Skip to content

Commit

Permalink
fix search input icon style (#6491)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael18811380328 authored Aug 5, 2024
1 parent bcebfa2 commit 381a945
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/src/css/file-chooser.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@

.file-chooser-search-input .search-input {
width: 100%;
height: 2.375rem;
}

.file-chooser-table td {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/css/search.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
}

.search-input {
height: 2.375rem;
height: 1.875rem;
width: 15rem;
font-size: .875rem;
}
Expand Down

0 comments on commit 381a945

Please sign in to comment.