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

Change subject: (bug 38474) Mixed directionality of AFT
......................................................................


(bug 38474) Mixed directionality of AFT

While the bug report saw it as a RTL issue, it could also occur on LTR.
If the content preceding the AFTv5 box is floated (either side) and small 
enough for AFT to fit next to it, it will.
Giving AFTv5 its own 100% witdh will make sure it doesn't sit next to floated 
elments.

Bug: 38474
Change-Id: I2f349df5c848bf36497ad383623b0daa71a2d3fb
---
M modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css
1 file changed, 1 insertion(+), 0 deletions(-)

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



diff --git a/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css 
b/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css
index 57b806d..7f47f46 100644
--- a/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css
+++ b/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css
@@ -27,6 +27,7 @@
 
 #mw-articlefeedbackv5 {
        margin-bottom: 15px;
+       width: 100%;
 }
 
 .articleFeedbackv5-panel {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2f349df5c848bf36497ad383623b0daa71a2d3fb
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/ArticleFeedbackv5
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <mmul...@wikimedia.org>
Gerrit-Reviewer: Amire80 <amir.ahar...@mail.huji.ac.il>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to