@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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@appartmint/mint",
3
3
  "author": "App Art Mint LLC",
4
- "version": "3.0.5",
4
+ "version": "3.0.7",
5
5
  "license": "MIT",
6
6
  "description": "The front-end TS/SCSS framework of App Art Mint",
7
7
  "keywords": [
@@ -164,6 +164,7 @@
164
164
  height: fit-content;
165
165
  gap: css-var(card-padding);
166
166
  text-align: center;
167
+ width: 100%;
167
168
 
168
169
  @include break(xs) {
169
170
  flex-direction: row;
@@ -95,6 +95,7 @@
95
95
  &ped {
96
96
  display: inline-flex;
97
97
  position: relative;
98
+ width: fit-content;
98
99
 
99
100
  @include states(hover) {
100
101
  #{class(tooltip)} {