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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy