Content-Length: 290057 | pFad | http://github.com/lowcoder-org/lowcoder/commit/a59f015ce60b9089192c6b79011e9e4bd836e74b

06 Merge pull request #1473 from lowcoder-org/fix/query_name_width · lowcoder-org/lowcoder@a59f015 · GitHub
Skip to content

Commit a59f015

Browse files
authored
Merge pull request #1473 from lowcoder-org/fix/query_name_width
Change query name width at bottom panel
2 parents b44d37a + e72b15d commit a59f015

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

client/packages/lowcoder-design/src/components/edit.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export const EditText = (props: EditTextProps) => {
108108
$hasPrefix={!!props.prefixIcon}
109109
ref={inputRef}
110110
defaultValue={props.text}
111+
style={props.style}
111112
onClick={(e) => e.stopPropagation()}
112113
onChange={(e) => props.onChange?.((e.target as HTMLInputElement).value)}
113114
onBlur={(e) => {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ export function BottomTabs<T extends TabsConfigType>(props: {
278278
}}
279279
onChange={(value) => setError(editorState.checkRename(tabTitle, value))}
280280
onEditStateChange={(editing) => setEditing(editing)}
281+
style={{ maxWidth: '100%', width: '100%' }}
281282
/>
282283
<PopupCard
283284
editorFocus={!!error && editing}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/lowcoder-org/lowcoder/commit/a59f015ce60b9089192c6b79011e9e4bd836e74b

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy