Skip to content

Commit

Permalink
fix: restrict form steps max-width
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora committed Dec 28, 2023
1 parent 248b1f2 commit cc894be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/assets/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ cds-actionable-notification * {
display: flex;
flex-direction: column;
gap: 2.5rem;
max-width: 50.4375rem;
}

.form-steps-01 {
Expand Down Expand Up @@ -632,6 +633,7 @@ cds-actionable-notification * {
align-items: flex-start;
align-self: stretch;
gap: 1.5rem;
max-width: 50.4375rem;
}

.form-steps-section-01 {
Expand Down

0 comments on commit cc894be

Please sign in to comment.