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) => {
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" ) ,
You can’t perform that action at this time.
0 commit comments