fix(frontend): 長い文章を投稿する際、プレビューが画面からはみ出る問題を修正

Fix #11186
This commit is contained in:
syuilo 2023-07-08 18:55:02 +09:00
parent 3796da6836
commit 6a015341ef
3 changed files with 11 additions and 1 deletions

View file

@ -1019,6 +1019,8 @@ defineExpose({
.preview {
padding: 16px 20px 0 20px;
max-height: 150px;
overflow: auto;
}
.targetNote {