diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b043e7e7..8e478b461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -139,3 +139,8 @@ Version 1.5.20 Improve build and count query in default index action to be customized in one dedicated method. +Master Branch +============= + +- [Export list] improve alignment of last line + diff --git a/Resources/public/modules/export-list/export-list.scss b/Resources/public/modules/export-list/export-list.scss index c1db247f1..25b42a822 100644 --- a/Resources/public/modules/export-list/export-list.scss +++ b/Resources/public/modules/export-list/export-list.scss @@ -6,7 +6,6 @@ display: flex; flex-direction: row; flex-wrap: wrap; - justify-content: space-between; .export-list__element { min-width: 18rem; @@ -18,4 +17,4 @@ border: 1px solid var(--chill-gray); } } -} \ No newline at end of file +}