JGonera has uploaded a new change for review.
https://gerrit.wikimedia.org/r/72650
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend
refs/changes/50/72650/1
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: newchange
Gerrit-Change-Id: I2614e583ae2c4177f5be70e7c1be6f7019a198d1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: JGonera <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits