Little lost on How to style tasks table

Hey,

I’m using the template ‘Bold’ with some customization and found in the style section the following code to change the with of the description colum:

[data-ref="product_table-product.description-th"] {
    width: 30%;
}

Is there also a way to style this for the tasks table? I tried using the following code, but that didn’t work out:

[data-ref="product_table-tasks.description-th"] {
    width: 30%;
}

Hi,

Try: task_table-task.description-th

That didn’t work out :frowning:

You have a typo, try copy/pasting what I shared above.

Sorry, silly me! :sweat_smile: : It worked now as expected. Thanks.

No worries, glad to hear it’s working!