Tables displaying the text as left aligned for both the table header and rows had a slight misalignment of about 4px. This PR attempts to make the horizontal padding the same value for consistency purposes. There is also the inclusion of test to prevent values being changed independently and to prevent this issue resurfacing.
Before (Misalignment highlighted in red)
Changes
How was this tested?
Describe the tests that have been added/changed for this new behaviour.
[x] DONE Check for the same 'px-?' value between the table header and rows.
Description
Tables displaying the text as left aligned for both the table header and rows had a slight misalignment of about 4px. This PR attempts to make the horizontal padding the same value for consistency purposes. There is also the inclusion of test to prevent values being changed independently and to prevent this issue resurfacing.
Before (Misalignment highlighted in red)
Changes
How was this tested?
Describe the tests that have been added/changed for this new behaviour.