Allow wrapping of tag list

This commit is contained in:
Talia 2025-09-01 19:23:16 +02:00
parent 0f7e7b002f
commit ccf09b4fac
Signed by: darkwiiplayer
GPG key ID: 7808674088232B3E

View file

@ -13,7 +13,7 @@ end
return function(tags)
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
table.insert(list, tag(name))
end