tabsize bug fixed
This commit is contained in:
parent
217634fa41
commit
9058045039
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export default function TabComponent({ selected, flow, onClick }:{flow:FlowType,
|
|||
) : (
|
||||
<div className="flex items-center gap-2">
|
||||
<span
|
||||
className="text-left truncate"
|
||||
className="text-left w-32 truncate"
|
||||
onDoubleClick={() => {
|
||||
setIsRename(true);
|
||||
setValue(flow.name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue