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 dd25ca5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions frontend/src/components/ProjectCard/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@

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

.cardDescription {
word-wrap: break-word;
max-height: 96px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical
}
word-wrap: break-word;
}

0 comments on commit dd25ca5

Please sign in to comment.