mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Wrap tag columns in query boxes
This commit is contained in:
@ -144,7 +144,7 @@ viewItemRow texts settings meta item =
|
|||||||
getColumns meta
|
getColumns meta
|
||||||
|
|
||||||
render col =
|
render col =
|
||||||
Comp.ItemColumnView.renderDiv texts.templateCtx settings col [ class "flex flex-row space-x-1" ] item
|
Comp.ItemColumnView.renderDiv texts.templateCtx settings col [ class "flex flex-row flex-wrap space-x-1" ] item
|
||||||
|
|
||||||
td1 =
|
td1 =
|
||||||
td [ class "py-2 px-1" ]
|
td [ class "py-2 px-1" ]
|
||||||
|
Reference in New Issue
Block a user