Skip to content

Commit

Permalink
[BUGFIX] Fix mission title in list display (PIX-15395)
Browse files Browse the repository at this point in the history
  • Loading branch information
pix-service-auto-merge authored Nov 27, 2024
2 parents 43200a7 + 59634ae commit 809830e
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 809830e

Please sign in to comment.