From b3144f6d7d83fe7eaa008ff4c91828e2d77eace3 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Tue, 8 Oct 2024 07:01:51 +1300 Subject: [PATCH] fixes #337 --- app/static/styles.css | 5 +++++ app/static/styles.scss | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/app/static/styles.css b/app/static/styles.css index 90765532..820c55c5 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -1595,6 +1595,11 @@ h1 .warning_badge { right: 0; } +.form-control-file { + width: 100%; + overflow: hidden; +} + #post_reply_markdown_editor_enabler { display: none; position: absolute; diff --git a/app/static/styles.scss b/app/static/styles.scss index 875c57a6..ea128ba1 100644 --- a/app/static/styles.scss +++ b/app/static/styles.scss @@ -1258,6 +1258,11 @@ h1 .warning_badge { } } +.form-control-file { + width: 100%; + overflow: hidden; +} + #post_reply_markdown_editor_enabler { display: none; position: absolute;