You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Desktop: WYSIWYG: Added support for code blocks edition and creation
This commit is contained in:
@ -222,7 +222,9 @@ module.exports = function(theme) {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.inline-code {
|
||||
|
||||
.inline-code,
|
||||
.tox :not(.joplin-editable) code {
|
||||
border: 1px solid ${theme.htmlCodeBorderColor};
|
||||
background-color: ${theme.htmlCodeBackgroundColor};
|
||||
padding-right: .2em;
|
||||
|
Reference in New Issue
Block a user