From 6ab4a6d67723c051de18dfee56bfc438868b96fe Mon Sep 17 00:00:00 2001 From: Rashmi V Abbigeri Date: Mon, 1 Jan 2024 07:37:25 +0530 Subject: [PATCH] reduce desc height --- daostar-website/src/components/Register/Register.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daostar-website/src/components/Register/Register.css b/daostar-website/src/components/Register/Register.css index c3fd62ac..9039f6ce 100644 --- a/daostar-website/src/components/Register/Register.css +++ b/daostar-website/src/components/Register/Register.css @@ -19,7 +19,7 @@ .card-description { word-wrap: break-word; overflow-wrap: break-word; - max-height: 150px; /* This value can be adjusted */ + max-height: 80px; /* This value can be adjusted */ overflow-y: auto; /* Enables vertical scrolling if content exceeds max-height */ /* For Webkit browsers like Chrome/Safari */