From 93b0a176c1d7e598117b6f90d6f6c66db0b97502 Mon Sep 17 00:00:00 2001 From: Rishi Date: Mon, 29 Jan 2024 00:18:50 +0530 Subject: [PATCH 1/3] Fix : [#2973] Edited CSS to resolve the issue. --- client/modules/User/components/CollectionCreate.jsx | 2 +- client/styles/components/_forms.scss | 1 + client/styles/components/_overlay.scss | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/modules/User/components/CollectionCreate.jsx b/client/modules/User/components/CollectionCreate.jsx index 9a19f4abf1..02d3fb59f0 100644 --- a/client/modules/User/components/CollectionCreate.jsx +++ b/client/modules/User/components/CollectionCreate.jsx @@ -71,7 +71,7 @@ const CollectionCreate = () => { value={description} onChange={(e) => setDescription(e.target.value)} placeholder={t('CollectionCreate.DescriptionPlaceholder')} - rows="4" + rows="6" />