From 177075b6c35883f9415b4abec8b45a3990ad99ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 25 Mar 2024 11:38:08 +0100 Subject: [PATCH] scss: allow for

tags in file widget (#88608) --- static/includes/wcs/_bulk.scss | 3 +++ static/strasbourg-2018/_custom.scss | 3 +++ 2 files changed, 6 insertions(+) diff --git a/static/includes/wcs/_bulk.scss b/static/includes/wcs/_bulk.scss index e1811d9b..fba23623 100644 --- a/static/includes/wcs/_bulk.scss +++ b/static/includes/wcs/_bulk.scss @@ -541,6 +541,9 @@ div.file-upload-widget { } div.widget-message { padding-top: 20px; + p { + margin: 0; + } &::before { pointer-events: none; font-family: FontAwesome; diff --git a/static/strasbourg-2018/_custom.scss b/static/strasbourg-2018/_custom.scss index a56ce7a4..bb2e1027 100644 --- a/static/strasbourg-2018/_custom.scss +++ b/static/strasbourg-2018/_custom.scss @@ -1407,6 +1407,9 @@ div#rub_service div.file-upload-widget { } div.widget-message { padding-top: 30px; + p { + margin: 0; + } &::before { pointer-events: none; content: "\f016"; // file-o