Skip to content

Commit

Permalink
fix: updated css styling to prevent content spilling (#655)
Browse files Browse the repository at this point in the history
* fix: updated css styling to prevent content spilling

* style: small property change

---------

Co-authored-by: eemaanamir <eemaan.amir@gmail.com>
  • Loading branch information
ayesha-waris and eemaanamir committed Jan 30, 2024
1 parent 3aef3b0 commit 88a985d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,11 @@ header {
margin-bottom: 0px;
}

code {
text-wrap: initial !important;
word-break: break-word !important;
}

.post-card-comment {
outline: none;

Expand Down

0 comments on commit 88a985d

Please sign in to comment.