add task descriptions - come with class attribute - auto add x_ prefix
I try to use existing css class dl-horizontal to line up the text in Task Descriptions when push task by API - [POST
/v2.1/Task], and find class is changed to x_dl-horizontal which is not what I added. Could someone explain how to avoid this?
Comments
HI, when posting tasks to the API, it is generally not recommended to include HTML/CSS markup, as this can cause conflicts with the web UI, and as this markup may be altered or removed. Basic HTML (such as <a> links) should be ok, but I would avoid doing anything more complicated than that.
Thanks,
Brian McConnell
Insightly Engineering Team
Please sign in to leave a comment.