Automatically place the label below the icon

This commit is contained in:
Pieter Vander Vennet 2021-04-11 00:09:19 +02:00
parent a50913a094
commit b6b22526dd
3 changed files with 8 additions and 5 deletions

View file

@ -43,7 +43,7 @@
"mappings": [
{
"if": "name~*",
"then": "<div style='margin-top: 42px; background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>"
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>"
}
]
},