Increase the height of a collapsed post to 12 rem (192 px with browser's default font settings)

See #2483.
pull/2702/head
yurkobb 2024-05-05 20:56:28 +03:00 committed by GitHub
parent e9cca1cc09
commit f47a74d304
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1545,7 +1545,7 @@ body > [data-popper-placement] {
}
.status__content {
height: 20px;
height: 12rem;
overflow: hidden;
text-overflow: ellipsis;
padding-top: 0;