Added limit description on minicard to three lines.

This commit is contained in:
helioguardabaxo 2022-09-13 11:45:55 -03:00
parent bbc6d0955c
commit ab56f51dc0

View file

@ -221,13 +221,17 @@
display: none;
}
.minicard .minicard-description {
padding: 6px 0 6px 8px;
padding: 6px 0 0 8px;
background-color: #eee;
width: 100%;
margin-bottom: 2px;
margin-left: -4px;
border-radius: 3px;
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.minicard.minicard-composer {
margin-bottom: 10px;