@obosbbl/grunnmuren-tailwind 2.4.4 → 2.4.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/package.json +1 -1
- package/tailwind-base.css +2 -2
package/package.json
CHANGED
package/tailwind-base.css
CHANGED
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
/*** Stepper component styles ***/
|
|
281
281
|
.stepper-container,
|
|
282
282
|
[data-slot="stepper-container"] {
|
|
283
|
-
@apply relative max-lg:overflow-hidden;
|
|
283
|
+
@apply relative max-lg:overflow-hidden max-lg:min-w-full;
|
|
284
284
|
/** Make room for the focus outline */
|
|
285
285
|
@apply max-lg:px-1;
|
|
286
286
|
}
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
|
|
293
293
|
[data-slot="step"] {
|
|
294
294
|
counter-increment: step-counter;
|
|
295
|
-
@apply flex items-center gap-x-2 relative max-lg:my-1.5;
|
|
295
|
+
@apply flex items-center gap-x-2 relative max-lg:my-1.5 not-last:grow;
|
|
296
296
|
|
|
297
297
|
&::before {
|
|
298
298
|
content: counter(step-counter);
|