We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbee97 commit a0e40b4Copy full SHA for a0e40b4
src/components/ProductTable/PresetFilters.tsx
@@ -44,7 +44,7 @@ const PresetFilters = ({
44
return (
45
<div>
46
<div
47
- className={`mb-5 lg:pb-11 ${
+ className={`lg:pb-11 ${
48
showMobileSidebar
49
? "grid grid-cols-2 gap-2"
50
: "grid auto-cols-[200px] grid-flow-col gap-4 overflow-x-auto px-4 lg:auto-cols-fr"
@@ -55,7 +55,7 @@ const PresetFilters = ({
55
56
57
key={idx}
58
- className={showMobileSidebar ? "w-full" : "grid-rows-1"}
+ className={showMobileSidebar ? "w-full" : "grid-rows-1 pb-5"}
59
>
60
<button
61
className={cn(
0 commit comments