From 6856a18736c2aaa477bf87c24d06fc08a1d2456b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Tue, 17 Aug 2021 21:56:36 +0200 Subject: [PATCH] Fix banner width in admin section The banner background was extending outside the table where its preview was rendered. --- app/assets/stylesheets/layout.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index 1b363327a..61ce854a6 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -2125,7 +2125,8 @@ table { @include full-width-background; .debates-list &::before, - .proposals-list &::before { + .proposals-list &::before, + .admin &::before { content: none; }