From c7dd181df95ccab9c08818015f4abf27852ff4a0 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 5 Jun 2025 02:29:54 +0400 Subject: fix: x scroll for overflowed text --- public/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/static/style.css b/public/static/style.css index 7cb8b0a..e76b7c6 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -148,6 +148,11 @@ button[type=submit]:hover { max-height: 100%; } +.file-preview pre { + width: 100%; + overflow-x: scroll; +} + /** SHORTCUTS */ .column { display: flex; -- cgit v1.2.3