Merge "Use correct directionality for nested inputs (e.g. find & replace)"

This commit is contained in:
jenkins-bot 2018-02-02 18:41:05 +00:00 committed by Gerrit Code Review
commit d2b0b100f4

View file

@ -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%;