diff --git a/CHANGELOG.md b/CHANGELOG.md index c4059aa0..b7157484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ - Improved the French translation ([#484](https://github.com/putyourlightson/craft-campaign/issues/484)). - Improved the German translation. +### Fixed + +- Fixed some styling issues. + ## 3.4.3 - 2024-08-12 ### Changed diff --git a/src/resources/css/datatables.css b/src/resources/css/datatables.css index 09a553c0..4a0282f3 100644 --- a/src/resources/css/datatables.css +++ b/src/resources/css/datatables.css @@ -55,6 +55,7 @@ background-color: rgba(96, 125, 159, 0.25); border: none; border-radius: 5px; + padding: 7px 17px 7px 10px; } .dataTables_wrapper .dataTables_filter { @@ -65,7 +66,7 @@ margin-left: 0 !important; background-color: #fbfcfe; border: 1px solid rgba(96, 125, 159, 0.25); - padding: 6px 9px; + padding: 6px 9px 6px 27px; } .dataTables_wrapper .dataTables_filter input:focus {