2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-12 12:34:29 -06:00

Extra border fix

This commit is contained in:
Nick Denry 2020-05-29 01:59:22 +03:00
parent b7093dabc3
commit a61c7198a3

View File

@ -32,6 +32,7 @@
}
.CodeMirror-sided--no-fullscreen {
border-right: none!important;
position: relative;
float: left;
}
@ -256,7 +257,6 @@
height: auto;
position: static;
min-height: calc(300px + 22px);
width: calc(50% - 0px);
float: right;
}