fix: reduce command item left padding in search modal
This commit is contained in:
parent
6f78a71fa7
commit
dfa2a9f225
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ export function DialogSelectFile() {
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<div class="w-full flex items-center justify-between gap-4 pl-2">
|
<div class="w-full flex items-center justify-between gap-4 pl-1">
|
||||||
<div class="flex items-center gap-2 min-w-0">
|
<div class="flex items-center gap-2 min-w-0">
|
||||||
<span class="text-14-regular text-text-strong whitespace-nowrap">{item.title}</span>
|
<span class="text-14-regular text-text-strong whitespace-nowrap">{item.title}</span>
|
||||||
<Show when={item.description}>
|
<Show when={item.description}>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue