Skip to content

Commit

Permalink
Fixed-Issue-PalisadoesFoundation#1266 Bug Report When a new post is a…
Browse files Browse the repository at this point in the history
…dded, the latest post section in the organization's dashboard becomes distorted.
  • Loading branch information
gauravsingh94 committed Dec 30, 2023
1 parent 4506b74 commit d48c001
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/OrganizationDashCards/CardItem.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
.cardItem .title {
font-size: 1rem;
flex: 1;
margin-right: 0.3rem;
word-wrap: break-word;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.cardItem .time {
Expand Down

0 comments on commit d48c001

Please sign in to comment.