Skip to content

Commit

Permalink
break-word
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Jul 1, 2024
1 parent fb83330 commit 26a4924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Footer from "../components/Footer.astro";

<style>
main {
word-break: break-all;
word-break: break-word;
/* overflow-wrap: break-word; */
}
</style>
Expand Down

0 comments on commit 26a4924

Please sign in to comment.