Skip to content

Commit

Permalink
fix: card style (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncomerci authored Oct 5, 2023
1 parent 8681d3c commit 81063eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/components/Category/CategoryOption.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@
text-overflow: ellipsis;
white-space: initial;
display: -webkit-box !important;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.CategoryOption__Arrow svg {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@
text-overflow: ellipsis;
white-space: initial;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.ProposalPreviewCard__DetailsItem:after {
Expand Down

0 comments on commit 81063eb

Please sign in to comment.