Skip to content

Commit

Permalink
Adjust max width of completed exercise heading (#7172)
Browse files Browse the repository at this point in the history
  • Loading branch information
dem4ron authored Nov 27, 2024
1 parent 144eded commit 803eba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/css/pages/exercise-show.css
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,8 @@ body.namespace-tracks.controller-exercises.action-show {

#page-exercise-show.has-advert,
#page-concept-show.has-advert {
.c-react-wrapper-student-update-exercise-notice {
.c-react-wrapper-student-update-exercise-notice,
.c-completed-exercise-heading {
max-width: calc(100% - 340px);
}
.c-perk-a {
Expand Down

0 comments on commit 803eba3

Please sign in to comment.