Skip to content

Commit

Permalink
Fix font size
Browse files Browse the repository at this point in the history
  • Loading branch information
haxzie committed Apr 5, 2024
1 parent 6f71215 commit 7aff751
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Editors/TipTapEditor/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -563,20 +563,20 @@ export default {
.highlight pre {
background-color: var(--color-secondary-light);
border: 1px solid var(--border-color);
font-size: 15 px;
font-size: 15px;
line-height: 19px;
overflow: auto;
padding: 6px 10px;
padding: 15px;
border-radius: 3px;
}
pre {
background-color: var(--color-secondary-light);
border: 1px solid var(--border-color);
font-size: 15 px;
font-size: 15px;
line-height: 19px;
overflow: auto;
padding: 6px 10px;
padding: 15px;
border-radius: 3px;
}
Expand Down

0 comments on commit 7aff751

Please sign in to comment.