mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
Fix tooltip location for panel icon (#7703)
This commit is contained in:
@ -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"
|
||||||
|
Reference in New Issue
Block a user