From 05e4d3d9abc613be465e1b63259bf7134d6c68fd Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Sat, 14 Jun 2025 10:40:38 +0200 Subject: [PATCH] css --- webapp/assets/styles/main.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webapp/assets/styles/main.scss b/webapp/assets/styles/main.scss index fdf5c4240..e28d0e76d 100644 --- a/webapp/assets/styles/main.scss +++ b/webapp/assets/styles/main.scss @@ -195,3 +195,11 @@ body.dropdown-open { text-overflow: ellipsis; white-space: nowrap; } + + +.ProseMirror, .content{ + img { + max-width: 100%; + max-height: 1000px; + } +} \ No newline at end of file