Skip to content

Commit

Permalink
Code block should break whenever possible
Browse files Browse the repository at this point in the history
  • Loading branch information
Ex-iT committed Mar 7, 2025
1 parent acbb37a commit 7487487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

/* Add language label to code blocks */
pre.astro-code[data-language] {
@apply relative;
@apply relative break-all;
}

pre.astro-code[data-language]::after {
Expand Down

0 comments on commit 7487487

Please sign in to comment.