From 8e344781e231f70f59ad1b335fbe7fbeca87e755 Mon Sep 17 00:00:00 2001 From: Chibuotu Amadi Date: Mon, 19 Oct 2020 19:41:46 +0100 Subject: [PATCH 1/2] fix css distortion in grants sidebar --- app/assets/v2/css/sidebar_search.css | 2 ++ app/grants/templates/grants/index.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/v2/css/sidebar_search.css b/app/assets/v2/css/sidebar_search.css index 9ec2a4e425d..8ab263f7aff 100644 --- a/app/assets/v2/css/sidebar_search.css +++ b/app/assets/v2/css/sidebar_search.css @@ -1,5 +1,6 @@ .sidebar_search { padding: 20px 20px 10px 40px; + width: 100%; } .subheading { @@ -106,6 +107,7 @@ margin-left: 10px; margin-right: 10px; padding: 20px 20px 10px; + width: 100%; } } diff --git a/app/grants/templates/grants/index.html b/app/grants/templates/grants/index.html index dddf8cb6ade..2d8b4bc66d9 100644 --- a/app/grants/templates/grants/index.html +++ b/app/grants/templates/grants/index.html @@ -81,7 +81,7 @@ {% endif %}
-