jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/399757 )
Change subject: Replace `width` by flexible solution for other pages dialog
......................................................................
Replace `width` by flexible solution for other pages dialog
Replacing `width` by `min-width` & `max-width` in order to
bring flexibility to dialog content on browser rendering without
risking overflowing content and scrollbars.
Bug: T183517
Change-Id: Ia38123a9e5a8fe961fed9cd6884aa56e1867c7cc
---
M resources/ext.gettingstarted.return.less
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
jenkins-bot: Verified
Phuedx: Looks good to me, approved
diff --git a/resources/ext.gettingstarted.return.less
b/resources/ext.gettingstarted.return.less
index 3c46e7b..923956c 100644
--- a/resources/ext.gettingstarted.return.less
+++ b/resources/ext.gettingstarted.return.less
@@ -3,7 +3,8 @@
/* Specific elements */
#mw-gettingstarted-cta-other-page {
- width: 365px;
+ min-width: 280px;
+ max-width: 365px;
}
/* Remove right margin on right-most buttons */
--
To view, visit https://gerrit.wikimedia.org/r/399757
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia38123a9e5a8fe961fed9cd6884aa56e1867c7cc
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/GettingStarted
Gerrit-Branch: master
Gerrit-Owner: VolkerE <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Phuedx <[email protected]>
Gerrit-Reviewer: Swalling <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits