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
After
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Open or create a project
- Enter project issues list
- Create a issue
- Enter Demo code into Description
| Default Header | Left Align | Right Align | Center Align |
| --- | :-- | --: | :-: |
| xxxxxxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx | xxxxxxxxxxxxxxxxxx |
| xxx | xxx | xxx | xxx |
- Save the issue
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by fenyu

