Skip to content

Commit

Permalink
fix(css): default background for server version
Browse files Browse the repository at this point in the history
Text files are rendered as code blocks.
Do not apply the prosemirror style to keep the background color.

Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud authored and mejo- committed Jun 19, 2023
1 parent edc1185 commit 3153935
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Reader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export default {
<style lang="scss">
#read-only-editor {
@import './../../css/prosemirror';
overflow: scroll;
}
Expand Down

0 comments on commit 3153935

Please sign in to comment.