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

Change subject: Fix text being cut off at the bottom of inline buttons
......................................................................


Fix text being cut off at the bottom of inline buttons

E.g. letter g, y, etc.

Change-Id: I2614e583ae2c4177f5be70e7c1be6f7019a198d1
---
M less/common/mf-buttons.less
M stylesheets/common/ui.css
2 files changed, 2 insertions(+), 0 deletions(-)

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



diff --git a/less/common/mf-buttons.less b/less/common/mf-buttons.less
index 823e76f..7cfa336 100644
--- a/less/common/mf-buttons.less
+++ b/less/common/mf-buttons.less
@@ -55,6 +55,7 @@
                &.inline {
                        display: inline;
                        padding: 0;
+                       line-height: inherit;
                        color: #002bb8;
                        background: none;
                        border: none;
diff --git a/stylesheets/common/ui.css b/stylesheets/common/ui.css
index 06f4236..441abc8 100644
--- a/stylesheets/common/ui.css
+++ b/stylesheets/common/ui.css
@@ -114,6 +114,7 @@
 .drawer input[type=submit].inline {
   display: inline;
   padding: 0;
+  line-height: inherit;
   color: #002bb8;
   background: none;
   border: none;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2614e583ae2c4177f5be70e7c1be6f7019a198d1
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: JGonera <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to