mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 23:09:41 +02:00
fix(UI): EE-4937 low resolution hides add container button (#8401)
This commit is contained in:
parent
5847c2b8ef
commit
9d103ffbeb
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ export function SearchBar({
|
|||
|
||||
return (
|
||||
<div
|
||||
className={clsx('searchBar items-center flex min-w-[350px]', className)}
|
||||
className={clsx('searchBar items-center flex min-w-[90px]', className)}
|
||||
>
|
||||
<Search className="searchIcon lucide shrink-0" />
|
||||
<input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue