From a732393100496e1940c27e0886af089d0289d4eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 1 Jul 2020 17:32:32 +0200 Subject: [PATCH] [export list][layout] improve last line of export list --- CHANGELOG.md | 5 +++++ Resources/public/modules/export-list/export-list.scss | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 +}