Skip to content

Commit

Permalink
Merge pull request #623 from codex-team/fix-code-fragment-style
Browse files Browse the repository at this point in the history
Fix (codePreview): fix aligning
  • Loading branch information
e11sy authored Dec 4, 2024
2 parents 18ee338 + a23d8ba commit e95005d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/utils/CodeFragment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ export default {
flex-grow: 2;
font-size: 12px;
line-height: 21px;
&::-webkit-scrollbar {
display: none;
}
}
&__line-numbers {
Expand Down

0 comments on commit e95005d

Please sign in to comment.