From 898d32c6daba2c7fc4178aa04647fe1037fe7709 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 16 Sep 2021 16:34:01 +0200 Subject: [PATCH] use quotes in css url path --- src/platform/web/ui/css/themes/element/timeline.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/web/ui/css/themes/element/timeline.css b/src/platform/web/ui/css/themes/element/timeline.css index d68d7ff5..d2885bca 100644 --- a/src/platform/web/ui/css/themes/element/timeline.css +++ b/src/platform/web/ui/css/themes/element/timeline.css @@ -22,7 +22,7 @@ limitations under the License. right: 32px; border-radius: 100%; border: 1px solid #8d99a5; - background-image: url(icons/chevron-down.svg); + background-image: url("./icons/chevron-down.svg"); background-position: center; background-color: white; background-repeat: no-repeat;