From ecbfecf43628b6c353a1ebf4592202a69ec5b0db Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 31 May 2021 14:16:33 -0600 Subject: [PATCH] Etemplate: Give date-duration number a little more space. It can now fit "10.25" --- api/templates/default/etemplate2.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 21376b0580..0fb0080d99 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -527,10 +527,10 @@ span.et2_date span { span.et2_date_duration { border: 1px solid gray; border-radius: 3px; - display: inline-block; + display: flex; } span.et2_date_duration .et2_date_duration { - width: 3em; + width: 4.5em; text-align: right; border: none; outline: none;