mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-10 06:44:13 +00:00
label update
missing overflow
This commit is contained in:
parent
c071efdf24
commit
a23f458a47
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -94,7 +94,7 @@ export const VisionSimulationDropDown = ({
|
|||
{
|
||||
label: (
|
||||
<MenuItemLabel
|
||||
label="normal vision"
|
||||
label="Disable tool"
|
||||
isActive={simulationName === undefined}
|
||||
/>
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue