Added format description in my-collection view & fixed bug in list

This commit is contained in:
Damien Broqua 2022-02-22 08:15:07 +01:00
parent 2ada3c39d0
commit 7cc43dba43
4 changed files with 38 additions and 31 deletions

View file

@ -34,7 +34,6 @@
@import './toast';
@import './flash';
@import './pagination';
@import './list';
@import './home';
@import './connexion';

View file

@ -1,16 +0,0 @@
.items {
span {
margin-right: 0.6rem;
&::after {
content: ",";
}
&:last-child {
&::after {
margin-right: 0;
content: "";
}
}
}
}