2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-16 06:24:28 -06:00

Remove bottom rigth radius for CM-sided

This commit is contained in:
Nick Denry 2020-06-03 00:45:28 +03:00
parent f72d590332
commit 82c447cf85

View File

@ -43,6 +43,7 @@
.CodeMirror-sided.sided--no-fullscreen {
border-right: none!important;
border-bottom-right-radius: 0px;
position: relative;
flex: 1 1 auto;
}