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%;
}