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;