limit description to 2 lines max
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
d0c152b458
commit
1c3c63dec1
1 changed files with 6 additions and 1 deletions
|
@ -139,9 +139,14 @@ a:hover {
|
|||
|
||||
/* Descriptions */
|
||||
.timeline > ul > li > .content > p {
|
||||
padding: 5px 0px 15px 0px;
|
||||
padding-top: 5px;
|
||||
font-size: calc(var(--font-size) - 2px);
|
||||
max-width: 25em;
|
||||
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Points côté */
|
||||
|
|
Loading…
Reference in a new issue