Skip to content

Commit

Permalink
♻️ fix(junior): Fix mission title in list display
Browse files Browse the repository at this point in the history
  • Loading branch information
mcampourcy authored Nov 27, 2024
1 parent 43200a7 commit 59634ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion junior/app/styles/components/mission-card/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@
font-size: 22.38px;
line-height: normal;
text-align: center;
text-wrap: wrap;

p {
white-space: break-spaces;
}
}

.fake-button {
Expand Down

0 comments on commit 59634ae

Please sign in to comment.