Skip to content

Commit

Permalink
Fixed code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Sep 12, 2024
1 parent 386105b commit 78e9fa5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"src": "public/img/ui/blockquote/warning.svg"
},
"resources/css/app.scss": {
"file": "assets/app-DDfGLNWb.css",
"file": "assets/app-C7sEQTod.css",
"src": "resources/css/app.scss",
"isEntry": true
},
"resources/js/app.js": {
"file": "assets/app-Gtx1u4JT.js",
"file": "assets/app-BoqYGGDa.js",
"name": "app",
"src": "resources/js/app.js",
"isEntry": true,
Expand Down
2 changes: 1 addition & 1 deletion resources/css/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ main,
margin-bottom: 0;
border-radius: 0.8rem;
code {
white-space: nowrap !important;
white-space: inherit !important;
}
}

Expand Down

0 comments on commit 78e9fa5

Please sign in to comment.