Skip to content

Commit 36d4f06

Browse files
committed
formatting removed -1
1 parent 790d04d commit 36d4f06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/packages/lowcoder/src/comps/comps/textComp.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const getStyle = (style: TextStyleType) => {
3333
color: ${style.links};
3434
}
3535
.markdown-body {
36-
margin: ${style.margin} !important;
36+
margin: ${style.margin} !important;
3737
padding: ${style.padding};
3838
width: ${widthCalculator(style.margin)};
3939
font-family: ${style.fontFamily} !important;
@@ -123,8 +123,8 @@ let TextTmpComp = (function () {
123123

124124
const childrenMap = {
125125
text: stringExposingStateControl(
126-
'text',
127-
trans('textShow.text', {name: '{{currentUser.name}}'})
126+
"text",
127+
trans("textShow.text", {name: "{{currentUser.name}}"})
128128
),
129129
autoHeight: AutoHeightControl,
130130
type: dropdownControl(typeOptions, "markdown"),

0 commit comments

Comments
 (0)