@appartmint/mint 4.2.14 → 4.2.16

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
@@ -2168,6 +2168,7 @@ app-root {
2168
2168
 
2169
2169
  html {
2170
2170
  overflow-x: hidden;
2171
+ scrollbar-gutter: stable;
2171
2172
  }
2172
2173
 
2173
2174
  html,
@@ -2375,7 +2376,7 @@ textarea {
2375
2376
 
2376
2377
  .mint-array-item {
2377
2378
  display: flex;
2378
- align-items: center;
2379
+ align-items: flex-start;
2379
2380
  justify-content: flex-end;
2380
2381
  gap: 0.5rem;
2381
2382
  }