[Enhancement] Kirby Data Table Row Height #2553
Labels
enhancement
New feature or request
NOT Prioritized
Issue not yet prioritized and added to a Milestone
NOT Tech refined
Needs Tech kickoff - solution outlined and agreed
Describe the enhancement
Row heights are too high for 14px font and larger data tables.
Describe the solution you'd like
Row height is calculated by padding: 16px and line-height: 16px = 48px. Rows should be 44px to look good.
Reduce default padding to 4px 16px and set min-height to 44px. This would also allow visualy larger objects like toggle (32px height) to fit in table-rows without breaking the vertical rythm.
*min-height is already implemented in dropdown pop-overs
Have you considered any alternatives?
Are there any additional context?
Checklist:
The following tasks should be carried out in sequence in order to follow the process of contributing correctly.
Refinement
Implementation
The contributor who wants to implement this issue should:
Review
Once the issue has been implemented and is ready for review:
The text was updated successfully, but these errors were encountered: