Incorrect Text Alignment on Table Columns #76
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The headers are being aligned to the right?
This incorrect CSS is being applied, but only after certain unknown events occur through the UI. I'm unsure if these events are caused by user input or not.
Specifically this CSS query is applying the bad style:
table.dataTable th.dt-type-numeric
I believe this is because of the
data
field when initializing the table via JavaScript has a value who's type is 'number'.