When I generate my docfx documentation, my Fields have the proper <name> and <description> columns. However, a nested table is created inside the description column that can be fairly large and it leaves the <name> column with a lot of empty space (see Figure 1). I was wondering if it is possible to make it span all the columns or place it under the parent table?
What it looks like:
What I want it to look like:
I inspected the developer tools and the tables have the exact same class so I could not think of a way to solve this problem without manually going in and changing them.