From 90d1435fb8a313e29ebde4e6be1504eaca9bf3c6 Mon Sep 17 00:00:00 2001 From: Dan Cojocaru Date: Thu, 2 Nov 2023 04:38:58 +0100 Subject: [PATCH] Add fixed size for star to fix visual glitch --- config-route.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config-route.css b/config-route.css index b12e9eb..f74e585 100644 --- a/config-route.css +++ b/config-route.css @@ -129,6 +129,8 @@ div.checkbox input { .suggestion .star { flex: 0; pointer-events: none; + width: 24px; + height: 24px; } .suggestion .star.checked {