mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-30 19:15:43 +00:00
Merge "ResizingDragBar: force CodeMirror to have 100% height"
This commit is contained in:
commit
daf81ae37a
|
@ -45,3 +45,10 @@
|
||||||
width: @affordance-width;
|
width: @affordance-width;
|
||||||
border-width: 0 @border-width-base;
|
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