소스 검색

padding on filter

master
azri 1 주 전
부모
커밋
d276fdf121
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5
    1
      src/components/ProductList/ProductList.jsx

+ 5
- 1
src/components/ProductList/ProductList.jsx 파일 보기

@@ -254,7 +254,11 @@ const ProductList = ({ size = 99999 }) => {
254 254
 
255 255
         {/* Right Side: Option Inputs */}
256 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 264
           {(tagFilterOption.length > 0) && <FormControl sx={{ m: 1, display: "flex", flexDirection: "row" }} variant="standard">

Loading…
취소
저장