mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
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}
|
label={panel.label}
|
||||||
key={panel.name}
|
key={panel.name}
|
||||||
disabled={expanded}
|
disabled={expanded}
|
||||||
|
position="right"
|
||||||
>
|
>
|
||||||
<Tabs.Tab
|
<Tabs.Tab
|
||||||
p="xs"
|
p="xs"
|
||||||
|
Loading…
Reference in New Issue
Block a user