summaryrefslogtreecommitdiff
path: root/xslt
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2017-08-18 12:36:46 -0400
committerShaun McCance <shaunm@redhat.com>2017-08-18 12:38:37 -0400
commit6de59915fc2d256b8e64a23e55ce43e6af5e6373 (patch)
tree5dc8ccf105548381f5142bd5bd6389f08b84a6d1 /xslt
parentb8fed7a698e13bce1735f872aa533177c29794fc (diff)
downloadyelp-xsl-6de59915fc2d256b8e64a23e55ce43e6af5e6373.tar.gz
html.xsl: Change article to flex-basis: auto for webkit bug
Diffstat (limited to 'xslt')
-rw-r--r--xslt/common/html.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/common/html.xsl b/xslt/common/html.xsl
index 71930cae..da7cca67 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;