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

Change subject: Set min- and max-width for Flow board
......................................................................


Set min- and max-width for Flow board

The change to float the Flow board wrapper changed the minimum width
of the board itself. This sets up a min-width and a max-width
depending on the tablet breakpoints.

Change-Id: I70c50f32129c18d0a2cbafb2ddb985618f0469f6
---
M modules/styles/common.less
1 file changed, 6 insertions(+), 0 deletions(-)

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



diff --git a/modules/styles/common.less b/modules/styles/common.less
index 203c816..69fe98a 100644
--- a/modules/styles/common.less
+++ b/modules/styles/common.less
@@ -6,6 +6,8 @@
 .flow-component {
        // This should flip with interface directionality
        float: left;
+       min-width: 400px;
+       width: 100%;
 
        .flow-list {
                list-style: none;
@@ -79,6 +81,10 @@
 }
 
 @media all and (min-width: @wgFlowDeviceWidthTablet) {
+       .flow-component {
+               width: 850px;
+       }
+
        .flow-topic-meta {
                font-size: 1em;
        }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I70c50f32129c18d0a2cbafb2ddb985618f0469f6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <mor...@gmail.com>
Gerrit-Reviewer: Catrope <roan.katt...@gmail.com>
Gerrit-Reviewer: Pginer <pgi...@wikimedia.org>
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