diff options
| author | David Hill <[email protected]> | 2026-01-24 22:11:31 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-24 22:11:31 +0000 |
| commit | b695216063e1e36bf8d205234835a68fc53a73ae (patch) | |
| tree | c88c740a20baff5b899bd441d58726489e569acd | |
| parent | c2ec608212cd5b15a0559d1e23f1e0c77c8cfad5 (diff) | |
| download | opencode-b695216063e1e36bf8d205234835a68fc53a73ae.tar.gz opencode-b695216063e1e36bf8d205234835a68fc53a73ae.zip | |
fix(ui): align list search input width with list items
| -rw-r--r-- | packages/ui/src/components/list.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/ui/src/components/list.css b/packages/ui/src/components/list.css index b2b8a2262..03166285b 100644 --- a/packages/ui/src/components/list.css +++ b/packages/ui/src/components/list.css @@ -30,7 +30,6 @@ gap: 8px; align-self: stretch; margin-bottom: 4px; - padding-right: 4px; > [data-component="icon-button"] { width: 24px; |
