From 2b472398ad456f6b21bcf33aa431f488f7174d62 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 23 Jan 2023 12:59:59 +0100 Subject: [PATCH] Make nm row counter more flexible --- api/templates/default/etemplate2.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 0ead84a6e7..e73add1137 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -2182,15 +2182,16 @@ lion-validation-feedback[type] { text-align: center; border-radius: 3px; position: relative; - min-width: 40px; order: 99; + display: flex; + align-items: center; } .nextmatch_header .header_count span { position: relative; - top: 8px; font-size: 12px; color: gray; + display: contents; } .nextmatch_header_row .filtersContainer {