Skip to content

Commit

Permalink
Merge pull request #261 from gagahpangeran/hotfix-overflow
Browse files Browse the repository at this point in the history
CSS hotfix for overflow content in post
  • Loading branch information
gagahpangeran authored May 1, 2024
2 parents 8c7ad79 + b57d9a8 commit 6453175
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ header {

h1 {
font-weight: bolder;
overflow-wrap: break-word;
}

h2 {
Expand Down
4 changes: 4 additions & 0 deletions src/styles/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,8 @@
text-align: center;
margin: 16px 0;
}

.math-display {
overflow-y: scroll;
}
}

0 comments on commit 6453175

Please sign in to comment.