@appartmint/mint 3.0.4 → 3.0.6
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 {
|
|
@@ -1766,6 +1767,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
|
|
|
1766
1767
|
height: 0;
|
|
1767
1768
|
}
|
|
1768
1769
|
.mint-tooltipped {
|
|
1770
|
+
display: inline-flex;
|
|
1769
1771
|
position: relative;
|
|
1770
1772
|
}
|
|
1771
1773
|
.mint-tooltipped:hover .mint-tooltip {
|