Tag delete style action updated

This commit is contained in:
Simounet
2022-06-15 09:51:17 +02:00
committed by Jeremy Benoist
parent 086b3dda88
commit e55cb639fc
6 changed files with 12 additions and 4 deletions

View File

@ -211,6 +211,10 @@ a.original:not(.waves-effect) {
display: flex;
}
.card-tag-delete {
margin-left: 10px;
}
.card-tag-labels {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));