Skip to content

Commit 15d7d55

Browse files
authored
[bugfix] #1874 Add Bootstrap form style for CodeMirror editor (#2161)
1 parent cbe1d39 commit 15d7d55

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/web/stylesheets/utils/_overrides.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,13 @@ optgroup {
249249
}
250250

251251

252+
/* Bootstrap form inside CodeMirror editor */
253+
254+
.cm-panel > .bmd-form-group {
255+
padding-top: 0;
256+
}
257+
258+
252259
/* CodeMirror */
253260

254261
.ͼ2 .cm-specialChar,

0 commit comments

Comments
 (0)