admin-body-editor-fix
All checks were successful
Deploy on push / deploy (push) Successful in 6s

This commit is contained in:
2025-07-01 09:10:32 +03:00
parent 30757fb38a
commit 547c934302
6 changed files with 331 additions and 75 deletions

View File

@@ -41,7 +41,7 @@ const ShoutBodyModal: Component<ShoutBodyModalProps> = (props) => {
<div class={styles['shout-content']}>
<h3>Содержание</h3>
<div class={styles['content-preview']}>
<TextPreview content={props.shout.body || ''} maxHeight="70vh" />
<TextPreview content={props.shout.body || ''} maxHeight="85vh" />
</div>
</div>
</div>