Skip to content

Commit

Permalink
Merge pull request #42 from bmf-san/fix/pre-style-change-white-space
Browse files Browse the repository at this point in the history
Changed white-space value for pre tag
  • Loading branch information
bmf-san authored Aug 27, 2022
2 parents 3f6b0f6 + 1d6dc58 commit 8e7413b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sea.css",
"version": "2.4.3",
"version": "2.4.4",
"description": "sea.css is a simple and easy to use css framework.",
"main": "dist/sea.min.css",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/base/_element.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ pre code {
pre {
background: #eaf2f4;
padding: 1.25rem 1.5rem;
white-space: pre;
white-space: pre-wrap;
word-wrap: normal;
word-break: break-all;
}
Expand Down

0 comments on commit 8e7413b

Please sign in to comment.