@appartmint/mint 3.0.6 → 3.0.8
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
|
@@ -685,7 +685,7 @@ body.mint-fixed #mint-header {
|
|
|
685
685
|
.mint-flex.mint-around {
|
|
686
686
|
justify-content: space-around;
|
|
687
687
|
}
|
|
688
|
-
.mint-flex.mint-
|
|
688
|
+
.mint-flex.mint-evenly {
|
|
689
689
|
justify-content: space-evenly;
|
|
690
690
|
}
|
|
691
691
|
.mint-flex.mint-align-start {
|
|
@@ -1769,6 +1769,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
1769
1769
|
.mint-tooltipped {
|
|
1770
1770
|
display: inline-flex;
|
|
1771
1771
|
position: relative;
|
|
1772
|
+
width: fit-content;
|
|
1772
1773
|
}
|
|
1773
1774
|
.mint-tooltipped:hover .mint-tooltip {
|
|
1774
1775
|
opacity: 1;
|