From: PhiTux Date: Fri, 18 Apr 2025 17:48:53 +0000 (+0200) Subject: css fix for long log-content X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f2d96871b561fc4d27adba73b1ec7b2b2c264fb7;p=DailyTxT.git css fix for long log-content --- diff --git a/frontend/src/routes/write/+page.svelte b/frontend/src/routes/write/+page.svelte index 15e16b9..75a7990 100644 --- a/frontend/src/routes/write/+page.svelte +++ b/frontend/src/routes/write/+page.svelte @@ -792,14 +792,14 @@ {#if $alwaysShowSidenav} -
+
{/if} -
+
-
+
@@ -1135,11 +1135,9 @@ .main-row { max-width: 100vw; - /* flex-wrap: wrap; */ } .middle-right { - flex: 1 0; justify-content: center; width: 100%; } @@ -1246,6 +1244,8 @@ #editor { height: 400px; + overflow-y: scroll; + word-break: break-word; } :global(.TinyMDE) {