@appartmint/mint 3.0.5 → 3.0.7
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
|
@@ -1416,6 +1416,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
1416
1416
|
height: fit-content;
|
|
1417
1417
|
gap: var(--mint-card-padding);
|
|
1418
1418
|
text-align: center;
|
|
1419
|
+
width: 100%;
|
|
1419
1420
|
}
|
|
1420
1421
|
@media (min-width: 480px) {
|
|
1421
1422
|
.mint-card .mint-title, :root:root [data-amplify-authenticator] [data-amplify-container] .mint-title {
|
|
@@ -1768,6 +1769,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
1768
1769
|
.mint-tooltipped {
|
|
1769
1770
|
display: inline-flex;
|
|
1770
1771
|
position: relative;
|
|
1772
|
+
width: fit-content;
|
|
1771
1773
|
}
|
|
1772
1774
|
.mint-tooltipped:hover .mint-tooltip {
|
|
1773
1775
|
opacity: 1;
|