File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ function codePlugin() {
7474
7575 function showPopup ( editor ) {
7676 let selectedNode = editor . selection . getNode ( ) ;
77- console . log ( 'show ppoe' ) ;
7877
7978 if ( ! elemIsCodeBlock ( selectedNode ) ) {
8079 let providedCode = editor . selection . getNode ( ) . textContent ;
@@ -156,7 +155,6 @@ function codePlugin() {
156155 $ ( '.CodeMirrorContainer' ) . filter ( ( index , elem ) => {
157156 return typeof elem . querySelector ( '.CodeMirror' ) . CodeMirror === 'undefined' ;
158157 } ) . each ( ( index , elem ) => {
159- console . log ( 'COVERT' ) ;
160158 codeMirrorContainerToPre ( $ ( elem ) ) ;
161159 } ) ;
162160
Original file line number Diff line number Diff line change @@ -155,7 +155,6 @@ form.search-box {
155155 text-decoration : none ;
156156 }
157157 }
158-
159158}
160159
161160.faded span .faded-text {
@@ -175,6 +174,13 @@ form.search-box {
175174 & :last-child {
176175 padding-right : 0 ;
177176 }
177+ & :first-child {
178+ padding-left : 0 ;
179+ }
180+ }
181+ .action-buttons .dropdown-container :last-child a {
182+ padding-right : 0 ;
183+ padding-left : $-s ;
178184}
179185.action-buttons {
180186 text-align : right ;
Original file line number Diff line number Diff line change 1- v0.16 -dev
1+ v0.17 -dev
You can’t perform that action at this time.
0 commit comments