From d44c1156b7ac60607e44796223aca65c95facf49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Tue, 27 May 2025 16:04:56 +0300 Subject: [PATCH] add overflow to post preview in topic view --- data/static/style.css | 1 + sass/style.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/data/static/style.css b/data/static/style.css index 14138ef..d0e1e9f 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -443,6 +443,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus border-bottom: 1px solid black; display: flex; flex-direction: column; + overflow: hidden; } .thread-info-post-preview { diff --git a/sass/style.scss b/sass/style.scss index fd811cf..e6b0fde 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -455,6 +455,7 @@ input[type="text"], input[type="password"], textarea, select { border-bottom: 1px solid black; display: flex; flex-direction: column; + overflow: hidden; } .thread-info-post-preview {