mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeEditor
synced 2024-11-23 23:03:46 +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;
|
||||
}
|
||||
|
||||
.ace_editor textarea,
|
||||
.ace_editor input {
|
||||
/* Inherit directionality from editor, not sitedir (T186329) */
|
||||
direction: inherit;
|
||||
}
|
||||
|
||||
.codeEditor-status {
|
||||
clear: both;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue