1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 14:59:41 +02:00

fix(home): EE-4874 homepage ui issues (#8319)

This commit is contained in:
cmeng 2023-01-23 09:14:06 +13:00 committed by GitHub
parent 07dd6bbe84
commit d04747b309
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 26 additions and 6 deletions

View file

@ -32,7 +32,7 @@ export function SearchBar({
return (
<div
className={clsx('searchBar items-center flex min-w-[90px]', className)}
className={clsx('searchBar items-center flex min-w-[350px]', className)}
>
<Search className="searchIcon lucide shrink-0" />
<input