Fix wrong cut-off point for "Read more" in web UI (#20599)
This commit is contained in:
parent
24b2c60beb
commit
d0b7bd4250
2 changed files with 17 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue