Skip to content

Commit

Permalink
Fixed missing replace code-block on Feature page
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Jan 6, 2025
1 parent 396411f commit 4e672ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/build/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"src": "public/img/ui/blockquote/warning.svg"
},
"resources/css/app.scss": {
"file": "assets/app-Bm2k39pO.css",
"file": "assets/app-NKGlIn53.css",
"src": "resources/css/app.scss",
"isEntry": true
},
Expand Down
5 changes: 5 additions & 0 deletions resources/css/prism.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ code[class*='language-'] {
-webkit-overflow-scrolling: touch;
max-width: 100%;
}

code[class*='language-'] {
padding: 0!important;
}

pre[class*='language-']::selection,
code[class*='language-']::selection,
pre[class*='language-']::mozselection,
Expand Down

0 comments on commit 4e672ea

Please sign in to comment.