Skip to content

Commit

Permalink
fix: line wrapping for long strings on mobile for posts page
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Sep 6, 2023
1 parent aaead65 commit e6c0ce4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v1.0.1 (2023-09-06)

- Fixes long-string line wrapping on the posts page when viewing on mobile

## v1.0.0 (2023-09-05)

- Overhauled all routes
Expand Down
1 change: 1 addition & 0 deletions src/resources/sass/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
// For posts page (feed)
.post-container-content-feed {
padding: 10px 25px;
overflow-wrap: break-word;
}

.post-container-feed {
Expand Down

0 comments on commit e6c0ce4

Please sign in to comment.