From 44c2a87aa2377f84c6b46ab1b37a27317157927b Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Thu, 29 May 2025 23:51:12 +0200 Subject: [PATCH] styling fullscreen and combobox fix --- src/Components/Input/ComboBoxInput.tsx | 2 +- src/assets/css/easymde.css | 33 ++++++++++++++++++++++++-- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/src/Components/Input/ComboBoxInput.tsx b/src/Components/Input/ComboBoxInput.tsx index b60d7324..2cfacc7f 100644 --- a/src/Components/Input/ComboBoxInput.tsx +++ b/src/Components/Input/ComboBoxInput.tsx @@ -13,7 +13,7 @@ const ComboBoxInput = ({ id, options, value, onValueChange }: ComboBoxProps) => return (