mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-05 08:54:02 -04:00
Merge pull request #282 from community-scripts/fix/273
Fix x button vertical centering in filter scripts search bar
This commit is contained in:
@@ -158,8 +158,7 @@ export function FilterBar({
|
|||||||
<Button
|
<Button
|
||||||
onClick={() => updateFilters({ searchQuery: "" })}
|
onClick={() => updateFilters({ searchQuery: "" })}
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
size="icon"
|
className="absolute inset-y-0 right-0 flex items-center justify-center pr-3 h-full text-muted-foreground hover:text-foreground"
|
||||||
className="absolute inset-y-0 right-0 pr-3 text-muted-foreground hover:text-foreground"
|
|
||||||
>
|
>
|
||||||
<svg
|
<svg
|
||||||
className="h-5 w-5"
|
className="h-5 w-5"
|
||||||
|
|||||||
Reference in New Issue
Block a user