Merge pull request #14791 from HeCorr/patch-1

This commit is contained in:
Sergio Padrino 2022-07-13 15:14:56 +02:00 committed by GitHub
commit 9e626b05cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@
.commit-summary-description-scroll-view {
max-height: 400px;
overflow: auto;
display: revert;
&:before {
content: none;
@ -118,9 +119,11 @@
&-description-scroll-view {
overflow: hidden;
// The extra pixel makes the space align up with the commit list.
max-height: 69px;
flex: 1;
display: -webkit-box;
-webkit-box-orient: vertical;
// Maximum amount of commit description lines to show before collapsing
-webkit-line-clamp: 3;
}
// Enable text selection inside the title and description elements.