Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: small styling issue
  • Loading branch information
kemuru committed Sep 22, 2025
commit a8d32b8977adb5ce1974593ea54a77cfc0b59a0e
1 change: 1 addition & 0 deletions web/src/styles/mdxEditorTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ export const MDXEditorGlobalStyles = createGlobalStyle`

[class*="codeMirrorWrapper"] {
border: 1px solid ${({ theme }) => theme.stroke} !important;
padding: 0 !important;
}

[class*="activeLineGutter"] {
Expand Down
Loading