@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obosbbl/grunnmuren-tailwind",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
4
4
  "description": "Grunnmuren Tailwind preset",
5
5
  "repository": {
6
6
  "url": "https://github.com/code-obos/grunnmuren"
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);