@appartmint/mint 2.6.7 → 2.6.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/package.json
CHANGED
|
@@ -146,8 +146,10 @@
|
|
|
146
146
|
&-group {
|
|
147
147
|
display: flex;
|
|
148
148
|
width: fit-content;
|
|
149
|
+
max-width: 100%;
|
|
149
150
|
margin: auto;
|
|
150
151
|
padding: 0;
|
|
152
|
+
overflow: visible;
|
|
151
153
|
transition: all css-var(delay-default);
|
|
152
154
|
|
|
153
155
|
& > * {
|
|
@@ -212,6 +214,7 @@ p {
|
|
|
212
214
|
justify-content: center;
|
|
213
215
|
flex-wrap: wrap;
|
|
214
216
|
gap: 1rem;
|
|
217
|
+
overflow: hidden;
|
|
215
218
|
|
|
216
219
|
@include break(xs) {
|
|
217
220
|
justify-content: flex-start;
|