Reduce padding for tables
What does this MR do and why?
Reduce padding for table cells. From 10px 16px
as it was before, we bring it down to 8px 12px
. It gives more room for content in larger tables.
While this is particularly useful for GLQL tables, the change applies to all tables rendered through markdown.
Changelog: changed
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
- Create a table in the markdown editor.
- Save the comment.
- Notice the difference in padding of
td
andth
.
Edited by Himanshu Kapoor