Quellcode durchsuchen

justtify to left

master
azri vor 1 Woche
Ursprung
Commit
a9a3bffa05
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      src/components/ProductList/ProductList.jsx

+ 1
- 1
src/components/ProductList/ProductList.jsx Datei anzeigen

@@ -205,7 +205,7 @@ const ProductList = ({ size = 99999 }) => {
205 205
               NEW
206 206
             </Button>}
207 207
 
208
-            <Box sx={{ pb: 1, pt: 1, width: "90%", mx:"auto", textAlign:"center" }}>
208
+            <Box sx={{ pb: 1, pt: 1, width: "90%", mx:"auto" }}>
209 209
               <Typography variant="body2" sx={{ fontWeight: "400" }}>
210 210
                 {collection_name}
211 211
               </Typography>

Laden…
Abbrechen
Speichern