mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
allign drowdowns in header
This commit is contained in:
parent
c6fa97e5ad
commit
d5e213c611
@ -80,6 +80,7 @@ export default function AdminButton(props: AdminButtonProps) {
|
||||
tooltip={t`Open in admin interface`}
|
||||
hidden={!enabled}
|
||||
onClick={openAdmin}
|
||||
tooltipAlignment="bottom"
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
@ -69,7 +69,7 @@ export function ActionDropdown({
|
||||
<Menu position="bottom-end" key={menuName}>
|
||||
<Indicator disabled={!indicatorProps} {...indicatorProps?.indicator}>
|
||||
<Menu.Target>
|
||||
<Tooltip label={tooltip} hidden={!tooltip}>
|
||||
<Tooltip label={tooltip} hidden={!tooltip} position="bottom">
|
||||
<Button
|
||||
radius="sm"
|
||||
variant={noindicator ? 'transparent' : 'subtle'}
|
||||
|
Loading…
Reference in New Issue
Block a user