css: fix inv creation card width on mobile

for #339. Cards were fixed at half-width, even when wrapping. Instead of
    fixing with breakpoints, remove the width specification and set each to
    "flex-grow: 1".
This commit is contained in:
Harvey Tindall
2024-07-28 13:49:25 +01:00
parent 05d473dc97
commit 6f5fc0948a
2 changed files with 2 additions and 3 deletions

1
package-lock.json generated
View File

@@ -15,7 +15,6 @@
"any-date-parser": "^1.5.4",
"browserslist": "^4.21.7",
"cheerio": "^1.0.0-rc.12",
"esbuild": "^0.18.20",
"fs-cheerio": "^3.0.0",
"inline-source": "^8.0.2",
"jsdom": "^22.1.0",