@appartmint/mint 4.2.16 → 4.2.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/css/mint.css CHANGED
@@ -2380,12 +2380,6 @@ textarea {
2380
2380
  justify-content: flex-end;
2381
2381
  gap: 0.5rem;
2382
2382
  }
2383
- .mint-array-item :first-child {
2384
- flex-grow: 1;
2385
- }
2386
- .mint-array-item :last-child {
2387
- flex-shrink: 0;
2388
- }
2389
2383
 
2390
2384
  :root {
2391
2385
  --mint-xs: 480px;