Skip to content

Commit

Permalink
fix: Break long words only in blog posts (#6944)
Browse files Browse the repository at this point in the history
* fix: Break long words only in blog posts

Signed-off-by: Camina <67751672+caminad@users.noreply.github.com>

* Update layouts.module.css

Signed-off-by: Camina <67751672+caminad@users.noreply.github.com>

* Update apps/site/layouts/layouts.module.css

Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>

* Update apps/site/layouts/layouts.module.css

Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>

* Update apps/site/layouts/layouts.module.css

Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>

---------

Signed-off-by: Camina <67751672+caminad@users.noreply.github.com>
Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
  • Loading branch information
caminad and bmuenzenmeyer committed Jul 31, 2024
1 parent 9e56d4a commit c84b916
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/site/layouts/layouts.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@
main {
@apply max-w-[660px]
gap-4
break-all
lg:break-normal;
[overflow-wrap:_anywhere];
}
}

Expand Down

0 comments on commit c84b916

Please sign in to comment.