From bdc2c50d369aee2debf3030623970e8373b4f353 Mon Sep 17 00:00:00 2001 From: ttpl-rt-217 Date: Mon, 18 Nov 2024 18:38:24 +0530 Subject: [PATCH] Issue #PS-2322 fix: workspace card Height --- src/styles/globals.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/styles/globals.css b/src/styles/globals.css index 84b4b0e8..adeb9620 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -152,7 +152,6 @@ h3, h4, h5, h6, -span, p .css-1ydl6z0-MuiTypography-root { font-family: Poppins, sans-serif !important; } @@ -177,4 +176,8 @@ p .css-1ydl6z0-MuiTypography-root { font-size: 12px !important; color: #635E57 !important; font-weight: 400 !important; +} + +.create-card{ + min-height: 118px !important; } \ No newline at end of file