mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
Merge branch 'release-3.1' into dev
This commit is contained in:
commit
10583bf426
3
packages/editor/CodeMirror/theme.ts
vendored
3
packages/editor/CodeMirror/theme.ts
vendored
@ -187,7 +187,8 @@ const createTheme = (theme: EditorTheme): Extension[] => {
|
||||
// Allows editor content to be left-aligned with the toolbar on desktop.
|
||||
// See https://github.com/laurent22/joplin/issues/11279
|
||||
[`${editorNoGuttersSelector} .cm-line`]: theme.isDesktop ? {
|
||||
paddingLeft: 0,
|
||||
// Note: This cannot be zero:
|
||||
paddingLeft: '1px',
|
||||
} : undefined,
|
||||
|
||||
// Override the default URL style when the URL is within a link
|
||||
|
Loading…
Reference in New Issue
Block a user