Skip to content

Commit

Permalink
Merge pull request #331 from shreyas1434shinde/notification
Browse files Browse the repository at this point in the history
Issue #PS-2322 fix: workspace card Height
  • Loading branch information
itsvick authored Nov 18, 2024
2 parents 2b222a7 + 59b6ba3 commit da640ce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ h3,
h4,
h5,
h6,
span,
p .css-1ydl6z0-MuiTypography-root {
font-family: Poppins, sans-serif !important;
}
Expand All @@ -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;
}

0 comments on commit da640ce

Please sign in to comment.