Browse Source

padding on filter

master
azri 1 week ago
parent
commit
d276fdf121
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      src/components/ProductList/ProductList.jsx

+ 5
- 1
src/components/ProductList/ProductList.jsx View File

254
 
254
 
255
         {/* Right Side: Option Inputs */}
255
         {/* Right Side: Option Inputs */}
256
         <Box sx={{
256
         <Box sx={{
257
-          display: "flex", gap: 2, flexDirection: "row", flexWrap:"wrap", justifyContent:"space-between", py:1
257
+          display: "flex", gap: 2, flexDirection: "row", flexWrap:"wrap", justifyContent:"space-between", py:{
258
+            xs:2,
259
+            sm:2,
260
+            md:0
261
+          }
258
         }}>
262
         }}>
259
 
263
 
260
           {(tagFilterOption.length > 0) && <FormControl sx={{ m: 1, display: "flex", flexDirection: "row" }} variant="standard">
264
           {(tagFilterOption.length > 0) && <FormControl sx={{ m: 1, display: "flex", flexDirection: "row" }} variant="standard">

Loading…
Cancel
Save