Skip to content

Commit

Permalink
Merge pull request #219 from Honny1/fix-pre-width
Browse files Browse the repository at this point in the history
Fix of `pre` element width
  • Loading branch information
jan-cerny committed Dec 28, 2023
2 parents a75d1f7 + b7199f8 commit 6d7555a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pre {
white-space: -o-pre-wrap;
word-wrap: break-word;
margin: 5px;
width: fit-content;
}

details pre {
Expand Down

0 comments on commit 6d7555a

Please sign in to comment.