label update

missing overflow
This commit is contained in:
Len 2023-12-08 12:38:14 +01:00
parent c071efdf24
commit a23f458a47
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@ const Toolbar = ({
return (
<div className="flex items-center justify-between gap-1">
<div className="my-1 inline-flex max-w-[75%] items-center gap-1">
<div className="my-1 inline-flex max-w-[75%] items-center gap-1 overflow-x-auto">
<Button onClick={refreshView} title="Refresh This View">
<Icon icon="ic:round-refresh" />
</Button>

View file

@ -94,7 +94,7 @@ export const VisionSimulationDropDown = ({
{
label: (
<MenuItemLabel
label="normal vision"
label="Disable tool"
isActive={simulationName === undefined}
/>
),