stack tags from bottom of card

This commit is contained in:
2023-07-05 18:48:59 +02:00
parent abd09f2291
commit d1d3edd65b
2 changed files with 2 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ if(icon_override){
}
.card .tags{
display: flex;
flex-wrap: wrap;
flex-wrap: wrap-reverse;
overflow: hidden;
column-gap: 0.25em;
padding-inline: 0.5em;