Merge "Fix text overflow in history page"

This commit is contained in:
jenkins-bot 2024-01-11 21:03:45 +00:00 committed by Gerrit Code Review
commit c5c8f4bbc9

View file

@ -73,12 +73,14 @@
-webkit-line-clamp: 2;
max-height: 2.6em;
color: @color-subtle;
line-height: 1.2;
line-height: 1.4;
white-space: normal;
display: -webkit-box;
-webkit-box-orient: vertical;
font-size: 0.875rem;
font-style: normal;
overflow: hidden;
text-overflow: ellipsis;
}
}