"See more" Discussions size adjustment?
In the most recent updates, the "see more" size has changed in the discussions app. Please tell me how it can be increased, as users do not want to click again just to access a few more lines in a short post.
"Number of characters in auto-cropped discussion summary" & "Number of characters in plain discussion description when discussion hasn't thumb" have no effect. Caches were cleared, for app and browser.
Where is this size setting? Is it a site-wide setting now? Thank you.
Attachments
-
-
·
LeonidS
- ·
Hello @banister !
It can be changed with the height of the hidden area via adding the code like:
.cmt-cont-cnt .bx-overflow-ready.bx-or-cmt {
max-height: 10rem;
}
in the Studio->Artificer->Custom Styles area.
-
·
LeonidS