Fix #1992. Remove borders around code block lines. (#1993)

* 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:
Chen-I Lim 2021-12-15 15:04:11 -08:00 committed by GitHub
parent a8b7a6a556
commit 387c7acc55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,4 +43,9 @@
}
}
}
.code-block {
background-color: unset;
border: 0;
}
}