[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:
Swonkie 2026-01-13 13:52:13 +01:00 committed by GitHub
parent 2a1294f1c0
commit 503ba8a1d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -249,6 +249,13 @@ optgroup {
}
/* Bootstrap form inside CodeMirror editor */
.cm-panel > .bmd-form-group {
padding-top: 0;
}
/* CodeMirror */
.ͼ2 .cm-specialChar,