jenkins-bot has submitted this change and it was merged.

Change subject: Use standard box-sixing for mw-ui-input as well
......................................................................


Use standard box-sixing for mw-ui-input as well

Change-Id: I11016f5c242f16af34b61fe393b1aa8d9637423e
---
M modules/editor/editors/visualeditor/mw.flow.ve.Target.less
1 file changed, 3 insertions(+), 2 deletions(-)

Approvals:
  EBernhardson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/editor/editors/visualeditor/mw.flow.ve.Target.less 
b/modules/editor/editors/visualeditor/mw.flow.ve.Target.less
index 73b5ccb..392b504 100644
--- a/modules/editor/editors/visualeditor/mw.flow.ve.Target.less
+++ b/modules/editor/editors/visualeditor/mw.flow.ve.Target.less
@@ -9,9 +9,10 @@
                .box-sizing(content-box);
        }
 
-       // VE and OOjs UI do use other models in some cases, so we
+       // Core, VE and OOjs UI do use other models in some cases, so we
        // have to re-override them again as needed.
-       .oo-ui-textInputWidget input {
+       .oo-ui-textInputWidget input,
+       .mw-ui-input {
                .box-sizing(border-box);
        }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/200102
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I11016f5c242f16af34b61fe393b1aa8d9637423e
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Matthias Mullie <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to