description as 2 lines

This commit is contained in:
tidy-dev 2023-10-24 08:29:48 -04:00
parent f04bf97721
commit a46f2928da

View file

@ -67,7 +67,7 @@
display: -webkit-box;
-webkit-box-orient: vertical;
// Maximum amount of commit description lines to show before collapsing
-webkit-line-clamp: 3;
-webkit-line-clamp: 2;
}
.ecs-description-text {