Skip to content

Commit

Permalink
fix(fe-piattaforma): fix grafico card documenti 20241003
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravinadxc committed Oct 3, 2024
1 parent f5f821d commit 7c6b679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fe-piattaforma/src/components/CardDocument/cardDocument.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

&__page-document-card {
height: 261px;
height: 300px;
}

&__pre-title {
Expand All @@ -37,6 +37,7 @@
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
white-space: normal;
min-height: calc(2 * 40px);
}
&__description {
color: #455b71;
Expand Down

0 comments on commit 7c6b679

Please sign in to comment.