Skip to content

Commit

Permalink
Fix filter dropdown size changing when loading
Browse files Browse the repository at this point in the history
  • Loading branch information
TWilson023 committed Jun 1, 2024
1 parent 02ea3fa commit 6ad209e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/filter/filter-select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export function FilterSelect({
) : (
<Command.Loading>
<div
className="flex items-center justify-center px-2 py-4"
className="-m-2 flex items-center justify-center"
style={mainListDimensions.current}
>
<LoadingSpinner />
Expand Down

0 comments on commit 6ad209e

Please sign in to comment.