Skip to content

Commit

Permalink
Update _preview.scss
Browse files Browse the repository at this point in the history
I think you should add this style to "summary about yourself" section to wrap the long words:

overflow-wrap: break-word;

Without it, the print view could be unreadable
  • Loading branch information
BalazsBanfi authored Dec 10, 2023
1 parent 9769dfc commit 2f4175a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sass/_preview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
}

.preview__self-summary {
overflow-wrap: break-word;
margin-top: 8px;
font-size: 12.25px;
}
Expand Down

0 comments on commit 2f4175a

Please sign in to comment.