@appartmint/mint 3.0.3 → 3.0.5

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
@@ -1766,6 +1766,7 @@ p .mint-pill, p .mint-btn, :root:root p [amplify-button], p .mint-select {
1766
1766
  height: 0;
1767
1767
  }
1768
1768
  .mint-tooltipped {
1769
+ display: inline-flex;
1769
1770
  position: relative;
1770
1771
  }
1771
1772
  .mint-tooltipped:hover .mint-tooltip {
@@ -2235,10 +2236,6 @@ textarea {
2235
2236
  .mint-check [type=checkbox] + span i:first-child {
2236
2237
  opacity: 0;
2237
2238
  }
2238
- .mint-check + span {
2239
- width: 1.5rem;
2240
- text-align: center;
2241
- }
2242
2239
 
2243
2240
  .mint-dropdown {
2244
2241
  display: flex;