Skip to content

Commit 4dc007d

Browse files
committed
limit datasource name to 16ch
1 parent 7260aa7 commit 4dc007d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/pages/editor/bottom/BottomTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export function BottomTabs<T extends TabsConfigType>(props: {
266266
</React.Fragment>
267267
))}
268268

269-
<div style={{ margin: "auto" }}>
269+
<div style={{ margin: "auto", width: 0, flexGrow: 1, minWidth: '16ch' }}>
270270
<EditText
271271
disabled={readOnly}
272272
text={tabTitle}

0 commit comments

Comments
 (0)