Fix: overwrite text-align of the table title in markdown

What does this MR do and why?

Related issue: #411542 (closed)

The table cell in title from markdown has been add the align property, but style has been overwrite by file bootstrap/scss/_reboot.scss

This MR is add some style to overwrite the text-align of the table title in markdown, to make it be same with DOM align property

/cc @prajnamas @x-- @JeremyWuuuuu @qk44077907

Screenshots or screen recordings

Before

image

After

image

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Open or create a project
  2. Enter project issues list
  3. Create a issue
  4. Enter Demo code into Description
| Default Header | Left Align | Right Align | Center Align |
| --- | :-- | --: | :-: |
| xxxxxxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx |
| xxx | xxx | xxx | xxx |
  1. Save the issue
  2. See the table in description

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by fenyu

Merge request reports

Loading