We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7260aa7 commit 91720b9Copy full SHA for 91720b9
client/packages/lowcoder/src/pages/editor/bottom/BottomTabs.tsx
@@ -278,6 +278,7 @@ export function BottomTabs<T extends TabsConfigType>(props: {
278
}}
279
onChange={(value) => setError(editorState.checkRename(tabTitle, value))}
280
onEditStateChange={(editing) => setEditing(editing)}
281
+ style={{maxWidth: '16ch'}}
282
/>
283
<PopupCard
284
editorFocus={!!error && editing}
0 commit comments