Part-DB-server icon indicating copy to clipboard operation
Part-DB-server copied to clipboard

Improved formatting of Parts parameters

Open crazyelectron-io opened this issue 1 year ago • 1 comments

When showing parameters on the Part overview page, the formatting is a bit off. The value column for some parameters is shifted to the right, as can be seen in the below screenshot. image

Not a big issue at all, but just reporting it.

crazyelectron-io avatar Oct 17 '24 11:10 crazyelectron-io

Each group of parameters is being rendered as it's own table, with the heading actually rendered as a H5 tag outside the table. The alignment would be correct if the heading was rendered as a table row spanning multiple columns, and the entire list was in a single table.

devstuff avatar Aug 01 '25 09:08 devstuff