From ad0fa959fa54edd55f56a86cb8e2263375022722 Mon Sep 17 00:00:00 2001 From: brett Date: Thu, 19 Oct 2017 20:58:26 +0100 Subject: [PATCH] Added new class to allow request descriptions to span the whole row --- mhackspace/static/sass/components/_header.scss | 5 +++++ mhackspace/templates/pages/requests.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mhackspace/static/sass/components/_header.scss b/mhackspace/static/sass/components/_header.scss index f450b0a..a1dad0a 100644 --- a/mhackspace/static/sass/components/_header.scss +++ b/mhackspace/static/sass/components/_header.scss @@ -14,3 +14,8 @@ body { .navbar-brand { width:100%; } + + +.collapse.show.span-table { + display: table-cell +} diff --git a/mhackspace/templates/pages/requests.html b/mhackspace/templates/pages/requests.html index 27ef0ab..28f7156 100644 --- a/mhackspace/templates/pages/requests.html +++ b/mhackspace/templates/pages/requests.html @@ -66,7 +66,7 @@ - {{ request.description }} + {{ request.description }} {% endfor %}