Skip to content

Commit

Permalink
fix(style): white-space wrapping in enrolment form and event details
Browse files Browse the repository at this point in the history
PT-1840
  • Loading branch information
nikomakela committed Jan 29, 2025
1 parent ae8ee35 commit 5b5a721
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/domain/enrolment/enrolmentForm/enrolmentForm.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

.enrolmentForm {
padding: var(--spacing-layout-s) var(--spacing-layout-xs);

white-space: normal;

.rowWith2Columns {
display: grid;

Expand Down
2 changes: 2 additions & 0 deletions src/domain/event/occurrences/occurrences.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
--date-filter-width: 160px;
--inactive-date-filter-color: lightgrey;

white-space: normal;
margin-top: var(--spacing-m);

.occurrencesTitle {
Expand Down Expand Up @@ -99,6 +100,7 @@
.infoSection {
display: grid;
grid-template-columns: auto 1fr;
white-space: normal;

p {
margin: 0;
Expand Down

0 comments on commit 5b5a721

Please sign in to comment.