[export list][layout] improve last line of export list

This commit is contained in:
Julien Fastré 2020-07-01 17:32:32 +02:00
parent 83bbb31cc8
commit a732393100
2 changed files with 6 additions and 2 deletions

View File

@ -139,3 +139,8 @@ Version 1.5.20
Improve build and count query in default index action to be customized Improve build and count query in default index action to be customized
in one dedicated method. in one dedicated method.
Master Branch
=============
- [Export list] improve alignment of last line

View File

@ -6,7 +6,6 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between;
.export-list__element { .export-list__element {
min-width: 18rem; min-width: 18rem;
@ -18,4 +17,4 @@
border: 1px solid var(--chill-gray); border: 1px solid var(--chill-gray);
} }
} }
} }