From 8d34a4c5a177748a7b2a4fca5c4837fbaaeb1aec Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 3 Oct 2019 13:32:18 +0200 Subject: [PATCH] Ensure the notification badge has its place in the layout calculation The float property makes it overflow on high notification numbers --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index cc82f1fea..b9fa89799 100644 --- a/src/index.html +++ b/src/index.html @@ -158,7 +158,7 @@
  • Email
  • Event Log
  • Graphs
  • -
  • Notifications {{ notifications.length }}
  • +
  • Notifications {{ notifications.length }}
  • Settings
  • Support