From dd0a860f7ed4f2bad266ccbf36a9f9d8efeefaca Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 1 Oct 2020 10:51:37 +0200 Subject: [PATCH] Set a min width for nextmatch counter --- api/templates/default/etemplate2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index de77997079..747b88a984 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -1767,6 +1767,7 @@ div.message.floating { border-radius: 3px; float: right; position: relative; + min-width: 40px; } .nextmatch_header .header_count span { position: relative;