Fix wrong cut-off point for "Read more" in web UI (#20599)
This commit is contained in:
@ -964,7 +964,7 @@
|
||||
}
|
||||
|
||||
.status__content.status__content--collapsed {
|
||||
max-height: 20px * 15; // 15 lines is roughly above 500 characters
|
||||
max-height: 22px * 15; // 15 lines is roughly above 500 characters
|
||||
}
|
||||
|
||||
.status__content__read-more-button {
|
||||
|
Reference in New Issue
Block a user