mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
[export list][layout] improve last line of export list
This commit is contained in:
parent
83bbb31cc8
commit
a732393100
@ -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
|
||||||
|
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user