Skip to content

Commit

Permalink
Merge pull request #41 from bmf-san/fix/pre-style
Browse files Browse the repository at this point in the history
Make pre tags responsive
  • Loading branch information
bmf-san authored Aug 27, 2022
2 parents 5a17c9a + 7fe702b commit 3f6b0f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/sea.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/dist/sea.min.css

Large diffs are not rendered by default.

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.2",
"version": "2.4.3",
"description": "sea.css is a simple and easy to use css framework.",
"main": "dist/sea.min.css",
"directories": {
Expand Down
1 change: 1 addition & 0 deletions src/base/_element.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ pre {
padding: 1.25rem 1.5rem;
white-space: pre;
word-wrap: normal;
word-break: break-all;
}

hr {
Expand Down

0 comments on commit 3f6b0f6

Please sign in to comment.