How to align the text inside the Create Task?

Inside the Create Task, all the text fields are centered in the class named “djs-label”. I want to change that alignment to the left side.

When I try to change that alignment in CSS, it’s not working.

.djs-label {
text-align: left;
}

Why do you want to change the alignment of the text?

The labels are rendered as part of the SVG, so you will need a custom renderer to achieve different text alignment.