[yelp-xsl] html.xsl: Change article to flex-basis: auto for webkit bug



commit 6de59915fc2d256b8e64a23e55ce43e6af5e6373
Author: Shaun McCance <shaunm redhat com>
Date:   Fri Aug 18 12:36:46 2017 -0400

    html.xsl: Change article to flex-basis: auto for webkit bug

 xslt/common/html.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index 71930ca..da7cca6 100644
--- a/xslt/common/html.xsl
+++ b/xslt/common/html.xsl
@@ -984,7 +984,7 @@ main > div.page {
   justify-content: flex-start;
   min-height: 100vh;
 }
-div.page > article { flex: 1 0 100%; }
+div.page > article { flex: 1 0 auto; }
 div.page > header, div.page > footer { flex: 0 1 auto; }
 .pagewide {
   max-width: 940px;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]