Sort arrow: consistent gap to the right of column label #103

Closed
opened 2026-09-09 21:53:20 +00:00 by poslop · 0 comments
Owner

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.

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.
poslop added spent time 15 minutes 2026-09-09 22:10:31 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Total Time Spent: 15 minutes
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: poslop/palette#103