mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:36:44 +00:00
fix: remove max width style
This commit is contained in:
parent
014f9128a5
commit
d321b95fb0
@ -74,7 +74,7 @@ export function TextareaField(props: any) {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if (viewType !== 'table') {
|
if (viewType !== 'table') {
|
||||||
return <div className={'textarea-field-content'} style={{maxWidth: 300}} dangerouslySetInnerHTML={{__html: markdown(value)}}/>;
|
return <div className={'textarea-field-content'} dangerouslySetInnerHTML={{__html: markdown(value)}}/>;
|
||||||
}
|
}
|
||||||
if (value.length > 20) {
|
if (value.length > 20) {
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user