* Fix #1992. Remove borders around code block lines. * Update webapp/src/components/markdownEditorInput/markdownEditorInput.scss Co-authored-by: Doug Lauder <wiggin77@warpmail.net> Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
This commit is contained in:
parent
a8b7a6a556
commit
387c7acc55
1 changed files with 5 additions and 0 deletions
|
@ -43,4 +43,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.code-block {
|
||||
background-color: unset;
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue