I need to adjust the second line of the label to ensure it doesn't overlap with the starting point of the first line.
Below is my HTML code:
<label for="ui-multiselect-edit-1" title="" class="ui-corner-all ui-state-hover">
<input id="ui-multiselect-edit-1" name="multiselect_edit-selective" type="checkbox" value="Cost-of something" title="">
<span>Cost-driven / restructuring transformations</span>
</label>
This is the current appearance
Is there a way to modify it so that "transformations" does not overlap with "Cost"?
Thank you