Skip to content

Commit 88a985d

Browse files
fix: updated css styling to prevent content spilling (#655)
* fix: updated css styling to prevent content spilling * style: small property change --------- Co-authored-by: eemaanamir <[email protected]>
1 parent 3aef3b0 commit 88a985d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,11 @@ header {
463463
margin-bottom: 0px;
464464
}
465465

466+
code {
467+
text-wrap: initial !important;
468+
word-break: break-word !important;
469+
}
470+
466471
.post-card-comment {
467472
outline: none;
468473

0 commit comments

Comments
 (0)