Auto-crop of Content on pages

Dynamic content gets automatically cropped in blocks, even when there is enough space in the blocks (Pls see screenshot). Is there an option to change number of characters to show?

  • 381
  • More
Attachments
Replies (5)
    • Hello @thomlin !

      May you plz specify the problem block on the screenshot?

      • Hi @LeonidS , the screenshot shows that in this example of a space's detail view page user names and space category names are automatically cropped to 12 characters (excluding name spaces) and then added three points in blocks (Administrator block, member block and child space block), even though there'd be enough unused space to show the whole names. Can I raise the number of characters shown somewhere in settings by myself? Hope I could explain it better this time.

        • Answered and solved by @LeonidS . There's no setting for system generated crops in studio, it can only modified by using css. Widening the max-width for the column content will do the trick.

          • Yes, if someone needs to know the CSS solution, it happens in the code like:

            .max-w-32 {

            max-width: 8rem;

            }

            • Hi, I would also like to modify the number of characters of the titles of Spaces. Especially for the blocks Child and Parent Spaces.

              How is this possible running my cloud hosted by UNA?

              Login or Join to comment.