Skip to content

Commit 78e9fa5

Browse files
committed
Fixed code blocks
1 parent 386105b commit 78e9fa5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"src": "public/img/ui/blockquote/warning.svg"
1717
},
1818
"resources/css/app.scss": {
19-
"file": "assets/app-DDfGLNWb.css",
19+
"file": "assets/app-C7sEQTod.css",
2020
"src": "resources/css/app.scss",
2121
"isEntry": true
2222
},
2323
"resources/js/app.js": {
24-
"file": "assets/app-Gtx1u4JT.js",
24+
"file": "assets/app-BoqYGGDa.js",
2525
"name": "app",
2626
"src": "resources/js/app.js",
2727
"isEntry": true,

resources/css/docs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ main,
425425
margin-bottom: 0;
426426
border-radius: 0.8rem;
427427
code {
428-
white-space: nowrap !important;
428+
white-space: inherit !important;
429429
}
430430
}
431431

0 commit comments

Comments
 (0)