From b4e907912c8cd661d7cf76b61287de367a6da265 Mon Sep 17 00:00:00 2001 From: Kyle Mahan Date: Wed, 22 Jul 2015 01:39:27 +0000 Subject: [PATCH] clear header so that "more from this feed link" doesn't wrap thanks @gRegorLove! fixes #26 --- woodwind/static/style.scss | 1 + woodwind/templates/base.jinja2 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/woodwind/static/style.scss b/woodwind/static/style.scss index 5e0f55c..34084f8 100644 --- a/woodwind/static/style.scss +++ b/woodwind/static/style.scss @@ -128,6 +128,7 @@ article { color: $lunar-green; border-bottom: 1px solid $sirocco; margin-bottom: 0.5em; + overflow: auto; } footer { diff --git a/woodwind/templates/base.jinja2 b/woodwind/templates/base.jinja2 index b2212b9..fb7aa47 100644 --- a/woodwind/templates/base.jinja2 +++ b/woodwind/templates/base.jinja2 @@ -8,7 +8,7 @@ - +