Skip to content

Commit

Permalink
Merge pull request appwrite#1531 from RamvigneshA/fix-1034-code-block…
Browse files Browse the repository at this point in the history
…-overflow-out-of-container

code overflow bug fixed
  • Loading branch information
loks0n authored Dec 3, 2024
2 parents b2e01fd + 7e1b986 commit c09883d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scss/2-resets/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ body {
color: hsl(var(--web-color-black)); -webkit-text-fill-color: hsl(var(--web-color-black));
background-color: hsl(var(--web-color-mint-500)); background-clip:revert; -webkit-background-clip:revert;
}

code {
word-break: break-word;
}

0 comments on commit c09883d

Please sign in to comment.