From dd2fcbd3522dec423976c837d50c0bda412fa74b Mon Sep 17 00:00:00 2001 From: Vincent Date: Wed, 6 Sep 2023 15:52:05 +0200 Subject: [PATCH] (ui) Remove liste style on statistics table --- app/frontend/src/stylesheets/app.utilities.scss | 5 +++++ app/frontend/templates/admin/statistics/index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/frontend/src/stylesheets/app.utilities.scss b/app/frontend/src/stylesheets/app.utilities.scss index 999d0ee4d..b69f33737 100644 --- a/app/frontend/src/stylesheets/app.utilities.scss +++ b/app/frontend/src/stylesheets/app.utilities.scss @@ -989,6 +989,11 @@ p, .widget p { cursor: pointer; } +.list-none { + list-style-type: none; + padding-inline-start: 0; +} + @media screen and (min-width: $screen-lg-min) { .b-r-lg { border-right: 1px solid $border-color; diff --git a/app/frontend/templates/admin/statistics/index.html b/app/frontend/templates/admin/statistics/index.html index 2a19a017b..7a85e3f04 100644 --- a/app/frontend/templates/admin/statistics/index.html +++ b/app/frontend/templates/admin/statistics/index.html @@ -288,7 +288,7 @@ {{formatDate(datum._source[field.key])}} -