Delete editor right border + its radius in full screen mode

This commit is contained in:
Gaëtan Masson 2016-07-10 21:58:46 +02:00
parent 6abda7ab68
commit 8c9667980c

View File

@ -22,6 +22,8 @@
bottom: 0;
height: auto;
z-index: 9;
border-right: none !important;
border-bottom-right-radius: 0 !important;
}
.CodeMirror-sided {