From 4ee81eb684dc5568876ea1c54436513846b036fe Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Wed, 10 Jan 2024 08:39:53 +0100 Subject: [PATCH] fix: Set width auto on slider --- observations/templates/observations/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/observations/templates/observations/index.html b/observations/templates/observations/index.html index 541dd771..bfbce1a6 100644 --- a/observations/templates/observations/index.html +++ b/observations/templates/observations/index.html @@ -91,7 +91,7 @@ } #dayInPeriod{ display: inline; - width: 80%; + width: auto; } #legend{ position: absolute; -- GitLab