Sort arrow: consistent gap to the right of column label #103
Notifications
Total Time Spent: 15 minutes
poslop
15 minutes
No due date set.
Dependencies
No dependencies set.
Reference: poslop/palette#103
Reference in New Issue
Block a user
The sort arrow spacing is inconsistent between columns because the arrow is absolutely positioned relative to the cell edge (right: 12px), so its distance from the label text varies with column width. Change to inline layout: arrow sits directly after the label text with a fixed margin-left (8px), so the gap is identical on every column. Remove the absolute positioning and the extra padding-right hack.