Skip to content
Snippets Groups Projects
Commit 78483c21 authored by Clément Pit-Claudel's avatar Clément Pit-Claudel
Browse files

css: Truncate whole app card, not just description

This ensures that the description occupies the whole card.
parent 7f9815e8
Branches
Tags
1 merge request!38Customizable homepage + automatic reconnection
......@@ -182,6 +182,9 @@ form > *:last-child {
.app-grid figure figcaption {
margin: 0.5rem;
max-height: 6.35lh;
overflow-y: auto;
scrollbar-width: thin;
}
.app-grid figure :is(h4, p) {
......@@ -193,11 +196,9 @@ form > *:last-child {
}
.app-grid figure p {
margin-bottom: 0;
font-size: 0.7em;
opacity: 0.7;
max-height: 4.5lh;
overflow-y: auto;
scrollbar-width: thin;
}
.app-grid figure img {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment