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

Change subject: Allow board width to fill its container's width
......................................................................


Allow board width to fill its container's width

Remove width and min-width on the board to allow
it to fill all available space up to max-width.

Bug: T98015
Change-Id: Ifc1590f4147e03adc8f5d25e68f8a18b3edb04e3
---
M modules/styles/common.less
1 file changed, 0 insertions(+), 5 deletions(-)

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



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

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifc1590f4147e03adc8f5d25e68f8a18b3edb04e3
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Sbisson <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Mooeypoo <[email protected]>
Gerrit-Reviewer: Pginer <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to