From 32979e9336ddad70f39d5fe6b8e0ea5afca2c5c7 Mon Sep 17 00:00:00 2001 From: mpostelnicu Date: Thu, 2 Nov 2023 23:12:03 +0200 Subject: [PATCH] OCNANDI-26 Dashaboard - Month filter wrong behavior --- ui/src/oce-standalone/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/oce-standalone/style.scss b/ui/src/oce-standalone/style.scss index 284b35416..dad15d7bd 100644 --- a/ui/src/oce-standalone/style.scss +++ b/ui/src/oce-standalone/style.scss @@ -343,7 +343,7 @@ $yearsBarHeight: 30px; } .glyphicon { - display: none + display: inline-block; } &.active { @@ -361,7 +361,7 @@ $yearsBarHeight: 30px; } a:hover .ctrl-click-hint { - display: block; + display: inline-block; } }