mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-27 16:40:07 +00:00
Merge "Use correct directionality for nested inputs (e.g. find & replace)"
This commit is contained in:
commit
d2b0b100f4
|
@ -85,6 +85,12 @@
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ace_editor textarea,
|
||||||
|
.ace_editor input {
|
||||||
|
/* Inherit directionality from editor, not sitedir (T186329) */
|
||||||
|
direction: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.codeEditor-status {
|
.codeEditor-status {
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue