Skip to content

Commit fdbe050

Browse files
author
FalkWolsky
committed
Translation and individual CSS Class
1 parent 350ae5c commit fdbe050

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

client/packages/lowcoder/src/comps/generators/uiCompBuilder.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function ExtendedComponentView(props: {
6464
}
6565

6666
return (
67-
<div className={props.className} data-testid={props.dataTestId}>
67+
<div className={props.className} data-testid={props.dataTestId} style={{ width: "100%", height: "100%", margin: "0px", padding: "0px" }}>
6868
{props.children}
6969
</div>
7070
);

client/packages/lowcoder/src/i18n/locales/en.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ export const en = {
211211
"baseURL": "Lowcoder API Base URL",
212212
"horizontal": "Horizontal",
213213
"minHorizontalWidth": "Minimum Horizontal Width",
214-
"component": "Component",
215-
"className": "Class",
216-
"dataTestId": "Test ID",
214+
"component": "Own Component Identifiers",
215+
"className": "CSS Class name",
216+
"dataTestId": "Individual ID",
217217
},
218218
"autoHeightProp": {
219219
"auto": "Auto",

0 commit comments

Comments
 (0)