markdown scroll bar & padding adjustment
This commit is contained in:
parent
bb144428d0
commit
33ff6d3f05
|
|
@ -111,7 +111,7 @@ export class MarkdownShape extends BaseBoxShapeUtil<IMarkdownShape> {
|
||||||
})
|
})
|
||||||
}}
|
}}
|
||||||
preview='live'
|
preview='live'
|
||||||
visibleDragbar={false}
|
visibleDragbar={true}
|
||||||
style={{
|
style={{
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
minHeight: '100%',
|
minHeight: '100%',
|
||||||
|
|
@ -120,13 +120,13 @@ export class MarkdownShape extends BaseBoxShapeUtil<IMarkdownShape> {
|
||||||
}}
|
}}
|
||||||
previewOptions={{
|
previewOptions={{
|
||||||
style: {
|
style: {
|
||||||
padding: '8px',
|
padding: '12px',
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
textareaProps={{
|
textareaProps={{
|
||||||
style: {
|
style: {
|
||||||
padding: '8px',
|
padding: '12px',
|
||||||
lineHeight: '1.5',
|
lineHeight: '1.5',
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
minHeight: '100%',
|
minHeight: '100%',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue