Fix tooltip location for panel icon (#7703)
This commit is contained in:
parent
01fe26e15f
commit
69298c365a
|
|
@ -131,6 +131,7 @@ function BasePanelGroup({
|
|||
label={panel.label}
|
||||
key={panel.name}
|
||||
disabled={expanded}
|
||||
position="right"
|
||||
>
|
||||
<Tabs.Tab
|
||||
p="xs"
|
||||
|
|
|
|||
Loading…
Reference in New Issue