mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-27 09:42:11 +00:00
Merge "ResizingDragBar: force CodeMirror to have 100% height"
This commit is contained in:
commit
daf81ae37a
|
@ -45,3 +45,10 @@
|
|||
width: @affordance-width;
|
||||
border-width: 0 @border-width-base;
|
||||
}
|
||||
|
||||
// This is needed to make the CodeMirror editor height constrained to .wikiEditor-ui-text
|
||||
// This only is needed when the ResizingDragBar is enabled.
|
||||
.cm-editor {
|
||||
// stylelint-disable-next-line declaration-no-important
|
||||
height: 100% !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue