Page 1 of 1

Subject item - long line

PostPosted: 02 Dec 2018 20:53
by abartosiewicz
Hi ...

My subject in item (all day) have above 100 characters and ending string is not visible. How to create subject with multi line ?

Regards
A.Bartosiewicz

Re: Subject item - long line

PostPosted: 04 Dec 2018 17:04
by Alexander Bulei
Hi abartosiewicz,

Where you mean? (please post the screenshot)

Best Regards.

Re: Subject item - long line

PostPosted: 05 Dec 2018 16:24
by abartosiewicz
Hi Alexander

Thanks for replying to my post.
Screenshoot in attachment.

Regards
A.Bartosiewicz

Re: Subject item - long line

PostPosted: 05 Dec 2018 20:23
by abartosiewicz
And next screenshot with multi line. I used the tag <br> manually in the subject line:
ksalsklclzsmsddssdd HER<br>E popp
How to make a multi line without the tag <br> ?

regards
A.Bartosiewicz

Re: Subject item - long line

PostPosted: 12 Dec 2018 16:42
by Alexander Bulei
Hi abartosiewicz,

If you want display the events like that, you need use the custom style, and this css rule:

css code
.rb-i span{
white-space: normal;
}


On forum, you can find how to use the custom style.

Best Regards.

Re: Subject item - long line

PostPosted: 05 Jan 2019 12:41
by abartosiewicz
great, it worked :)
Thanks Alexander