File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
client/packages/lowcoder/src/comps/comps Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ const getStyle = (style: TextStyleType) => {
33
33
color : ${ style . links } ;
34
34
}
35
35
.markdown-body {
36
- margin : ${ style . margin } !important ;
36
+ margin : ${ style . margin } !important ;
37
37
padding : ${ style . padding } ;
38
38
width : ${ widthCalculator ( style . margin ) } ;
39
39
font-family : ${ style . fontFamily } !important ;
@@ -123,8 +123,8 @@ let TextTmpComp = (function () {
123
123
124
124
const childrenMap = {
125
125
text : stringExposingStateControl (
126
- ' text' ,
127
- trans ( ' textShow.text' , { name : ' {{currentUser.name}}' } )
126
+ " text" ,
127
+ trans ( " textShow.text" , { name : " {{currentUser.name}}" } )
128
128
) ,
129
129
autoHeight : AutoHeightControl ,
130
130
type : dropdownControl ( typeOptions , "markdown" ) ,
You can’t perform that action at this time.
0 commit comments