Skip to content

Commit

Permalink
fix facet width
Browse files Browse the repository at this point in the history
  • Loading branch information
fpbrault committed Feb 12, 2025
1 parent 596b4af commit 8d341c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class FacetDateInput {

return (
<form
class="grid-cols-[min-content 1fr] mt-4 grid gap-2 px-2"
class="mt-4 grid grid-cols-[min-content_1fr] gap-2 px-2"
onSubmit={(e) => {
e.preventDefault();
this.apply();
Expand Down

0 comments on commit 8d341c5

Please sign in to comment.