Allow wrapping of tag list
This commit is contained in:
parent
0f7e7b002f
commit
ccf09b4fac
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ end
|
||||||
|
|
||||||
return function(tags)
|
return function(tags)
|
||||||
if tags then
|
if tags then
|
||||||
local list = { gap=".4", style="justify-content: flex-start" }
|
local list = { gap=".4", style="justify-content: flex-start", wrap = true }
|
||||||
for _, name in ipairs(tags) do
|
for _, name in ipairs(tags) do
|
||||||
table.insert(list, tag(name))
|
table.insert(list, tag(name))
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue