Skip to content

Commit

Permalink
Merge pull request #550 from open-formulieren/fix/mobile-styling
Browse files Browse the repository at this point in the history
💄 Fix width of progress indicator
  • Loading branch information
sergei-maertens authored Sep 27, 2023
2 parents 0f61b0f + 34c9a37 commit 5db3465
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/scss/components/_progress-indicator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
@include mobile-only {
@include margin($grid-container-margin, $properties: (padding-top, padding-bottom));
box-shadow: var(--of-progress-indicator-mobile-box-shadow);
// otherwise the bar is too short, and setting a width creates a horizontal scrollbar
width: unset;

// style layout
@at-root .#{prefix('layout__row')} & {
Expand Down

0 comments on commit 5db3465

Please sign in to comment.