Matthias Mullie has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/62978


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(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ArticleFeedbackv5 
refs/changes/78/62978/1

diff --git a/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css 
b/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css
index 76f50a5..53b60bf 100644
--- a/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css
+++ b/modules/jquery.articleFeedbackv5/jquery.articleFeedbackv5.css
@@ -16,6 +16,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: newchange
Gerrit-Change-Id: I2f349df5c848bf36497ad383623b0daa71a2d3fb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ArticleFeedbackv5
Gerrit-Branch: master
Gerrit-Owner: Matthias Mullie <[email protected]>

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

Reply via email to