[bugfix] #1874 Add Bootstrap form style for CodeMirror editor
Fix a bug in the Search/Replace form of the CodeMirror editor, caused by an unwanted style which Bootstrap applied. The bug makes it difficult to select some elements of the Search/Replace dialog. Related issue: https://github.com/gchq/CyberChef/issues/1874
This commit is contained in:
parent
2a1294f1c0
commit
503ba8a1d0
@ -249,6 +249,13 @@ optgroup {
|
||||
}
|
||||
|
||||
|
||||
/* Bootstrap form inside CodeMirror editor */
|
||||
|
||||
.cm-panel > .bmd-form-group {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
|
||||
/* CodeMirror */
|
||||
|
||||
.ͼ2 .cm-specialChar,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user