From be71795fc558dce100eb954c4de3b5e89d414713 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 3 Dec 2025 16:41:57 +0100 Subject: [PATCH] - fix formatting of date input fields --- CHANGELOG | 1 + views/bootstrap4/styles/application.css | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index a816da919..f48703689 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,7 @@ - use table sorter on clear cache page and conversion services page - droping an url in the drag&drop area will download the url - add button to all password fields to make password visible +- fix formatting of date input fields -------------------------------------------------------------------------------- Changes in version 5.1.42 diff --git a/views/bootstrap4/styles/application.css b/views/bootstrap4/styles/application.css index 951425d14..804e82272 100644 --- a/views/bootstrap4/styles/application.css +++ b/views/bootstrap4/styles/application.css @@ -283,6 +283,7 @@ a.accordion2-toggle:focus, a.accordion2-toggle:hover { } .datepicker { border-radius: 0px; + padding: 0.375rem 0.75rem; } span.datepicker { padding: 0px;