From 8826d66935cfb6d24732c93eee49a15548e85f03 Mon Sep 17 00:00:00 2001 From: miko <34790748+keikari@users.noreply.github.com> Date: Wed, 23 Oct 2024 20:22:25 +0300 Subject: [PATCH] Fix mobile comment input (went out of screen) (#3170) Co-authored-by: miko --- ui/component/textareaWithSuggestions/render-input.jsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ui/component/textareaWithSuggestions/render-input.jsx b/ui/component/textareaWithSuggestions/render-input.jsx index e982d1310e..90647ffe0b 100644 --- a/ui/component/textareaWithSuggestions/render-input.jsx +++ b/ui/component/textareaWithSuggestions/render-input.jsx @@ -81,7 +81,15 @@ const TextareaSuggestionsInput = (props: Props) => { ); return ( - + ); }