Currently, I am working on creating a dynamic table using CSS grid and I am looking to slightly adjust the left-most <th>
and <td>
. I am uncertain about how to move a specific element within a <table>
.
My goal is to achieve a layout similar to this: https://i.sstatic.net/qjekU.jpg
You can view my current progress in this fiddle: https://jsfiddle.net/anr1exp2/
The issue I am facing is that the project names in the left-most <td>
are too close to the rest of the data. I want to adjust them slightly while maintaining the integration of a table with CSS grid.
For context, I attempted to create the entire table using CSS grid alone, but due to its dynamic nature, it proved to be quite challenging and cumbersome.