From 0302a993445756c9f9f0e52576937ddb5dd459fb Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Sat, 7 Sep 2024 19:12:41 +0300 Subject: [PATCH] M: Fix text wrap for long filenames --- rsconcept/frontend/src/components/ui/FileInput.tsx | 2 +- rsconcept/frontend/src/pages/CreateItemPage/FormCreateItem.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rsconcept/frontend/src/components/ui/FileInput.tsx b/rsconcept/frontend/src/components/ui/FileInput.tsx index 87d154ef..a15ba7b1 100644 --- a/rsconcept/frontend/src/components/ui/FileInput.tsx +++ b/rsconcept/frontend/src/components/ui/FileInput.tsx @@ -46,7 +46,7 @@ function FileInput({ id, label, acceptType, title, className, style, onChange, . {...restProps} />