Skip to content

Commit 314d98a

Browse files
committed
Removed logs, Updated version, Fixed inconsistent subheader
1 parent b2dfc06 commit 314d98a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

resources/assets/js/pages/page-form.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

resources/assets/sass/_header.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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;

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.16-dev
1+
v0.17-dev

0 commit comments

Comments
 (0)