From f14b59c2ffed9b9e2750fa2c3cde836d2bca5d13 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 22 Jan 2024 17:18:53 +0100 Subject: Improve CSS rules. --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 4b78cee..74a9faf 100644 --- a/style.css +++ b/style.css @@ -257,6 +257,9 @@ html, body { -moz-user-select: text; user-select: text; } +#modal-info .modal-body ul > li { + padding: 0.05rem 0; +} .ol-overlaycontainer-stopevent .modal-backdrop.show { pointer-events: auto; -- cgit v1.2.3