fix: list items toggle hard to open
the list items toggle did not expand the full width so it was hard to open on mobile as one would need to always touch on the name
This commit is contained in:
parent
64e2e80e80
commit
2efb5612de
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ templ AddExpenseForm(space *model.Space, tags []*model.Tag, listsWithItems []mod
|
|||
<button
|
||||
type="button"
|
||||
id={ toggleID }
|
||||
class="flex items-center gap-1 text-sm font-medium cursor-pointer select-none"
|
||||
class="flex-1 flex items-center gap-1 text-sm font-medium cursor-pointer select-none"
|
||||
_={ "on click toggle .hidden on #" + itemsID + " then toggle .rotate-90 on <svg/> in me" }
|
||||
>
|
||||
@icon.ChevronRight(icon.Props{Size: 14})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue