ソースを参照

space filter

master
azri 1週間前
コミット
5646ee943f
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/components/ProductList/ProductList.jsx

+ 1
- 1
src/components/ProductList/ProductList.jsx ファイルの表示

@@ -254,7 +254,7 @@ 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"
257
+          display: "flex", gap: 2, flexDirection: "row", flexWrap:"wrap", justifyContent:"space-between", py:1
258 258
         }}>
259 259
 
260 260
           {(tagFilterOption.length > 0) && <FormControl sx={{ m: 1, display: "flex", flexDirection: "row" }} variant="standard">

読み込み中…
キャンセル
保存