@appartmint/mint 1.0.10 → 1.0.11

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
@@ -1667,6 +1667,19 @@ textarea {
1667
1667
  filter: opacity(1);
1668
1668
  }
1669
1669
 
1670
+ .mint-array-item {
1671
+ display: flex;
1672
+ align-items: center;
1673
+ justify-content: flex-end;
1674
+ gap: 0.5rem;
1675
+ }
1676
+ .mint-array-item :first-child {
1677
+ flex-grow: 1;
1678
+ }
1679
+ .mint-array-item :last-child {
1680
+ flex-shrink: 0;
1681
+ }
1682
+
1670
1683
  .mint-pad-auto {
1671
1684
  padding-left: auto;
1672
1685
  padding-right: auto;