Add min height to token bar group
This commit is contained in:
parent
adce6ae7da
commit
20351ff097
@ -74,7 +74,7 @@ function TokenBarTokenGroup({ group, tokens, draggable }) {
|
||||
alt={group.name}
|
||||
title={group.name}
|
||||
bg="muted"
|
||||
sx={{ borderRadius: "8px", gridGap: "4px" }}
|
||||
sx={{ borderRadius: "8px", gridGap: "4px", minHeight: "48px" }}
|
||||
p="2px"
|
||||
{...listeners}
|
||||
{...attributes}
|
||||
|
Loading…
Reference in New Issue
Block a user