Skip to content

Commit

Permalink
Fix modal spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sipec committed Oct 17, 2024
1 parent 9bf5ae1 commit 732087c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/search/contract-filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ function FilterModal(props: {

return (
<Modal open={open} setOpen={setOpen}>
<Col className={clsx(MODAL_CLASS, 'text-ink-600 text-sm')}>
<Col className={clsx(MODAL_CLASS, 'text-ink-600 !items-stretch text-sm')}>
{!hideFilter && (
<Col className="gap-2">
<Row className="items-center gap-1 font-semibold">
Expand Down

0 comments on commit 732087c

Please sign in to comment.