fix(app): alignment and padding in dialogs (#10866)
This commit is contained in:
parent
9424f829eb
commit
36df0d823a
5 changed files with 6 additions and 7 deletions
|
|
@ -264,8 +264,8 @@ export function List<T>(props: ListProps<T> & { ref?: (ref: ListRef) => void })
|
|||
/>
|
||||
</Show>
|
||||
</div>
|
||||
{searchAction()}
|
||||
</div>
|
||||
{searchAction()}
|
||||
</div>
|
||||
</Show>
|
||||
<div ref={setScrollRef} data-slot="list-scroll">
|
||||
<Show
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue