Skip to content

Commit

Permalink
💄(frontend) fix layout issue on CourseProductItem
Browse files Browse the repository at this point in the history
We recently rework form styles and it introduces a layout issue on
CourseProductItem.
  • Loading branch information
jbpenrath committed Apr 4, 2023
1 parent 55c7a3a commit 384a900
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unrealeased]

### Fixed

- Layout issue on enrollable course run of CourseProductItem

## [2.21.0] - 2023-03-21

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
}

&.form-field {
padding-left: 1.5rem;

.form-field__radio-control {
position: absolute;
left: 0;
Expand All @@ -70,9 +68,10 @@

.form-field__label {
display: flex;
flex: 1;
flex-direction: column;
justify-content: space-between;
flex: 1;
padding-left: 1.5rem;
}
}

Expand Down

0 comments on commit 384a900

Please sign in to comment.