Skip to content

Commit

Permalink
UI: make card height as v1
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulrhmnGhanem committed Jun 6, 2022
1 parent ab5105b commit dc4b9f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/ProjectCard/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

.cardText {
overflow:hidden;
white-space:nowrap;
text-overflow: ellipsis;
white-space:nowrap;
}

.cardDescription {
Expand All @@ -24,4 +24,4 @@
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical
}
}

0 comments on commit dc4b9f7

Please sign in to comment.