Skip to content

Reduce padding for tables

Himanshu Kapoor requested to merge himkp-table-padding into master

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
image image

How to set up and validate locally

  1. Create a table in the markdown editor.
  2. Save the comment.
  3. Notice the difference in padding of td and th.
Edited by Himanshu Kapoor

Merge request reports

Loading