Skip to content

Commit 389a416

Browse files
authored
Merge pull request dubinc#946 from dubinc/fix-filter-loading-size
Fix filter dropdown size changing when loading
2 parents 02ea3fa + 6ad209e commit 389a416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/filter/filter-select.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export function FilterSelect({
172172
) : (
173173
<Command.Loading>
174174
<div
175-
className="flex items-center justify-center px-2 py-4"
175+
className="-m-2 flex items-center justify-center"
176176
style={mainListDimensions.current}
177177
>
178178
<LoadingSpinner />

0 commit comments

Comments
 (0)