1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Fix issue where descriptions in the issues list ignore CommonMark Markdown table alignment (#40515).

Contributed by Takenori TAKAKI (@takenory).


git-svn-id: https://svn.redmine.org/redmine/trunk@22787 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-04-23 02:58:55 +00:00
parent feae42533b
commit e4fcfc6990

View File

@ -1357,6 +1357,9 @@ div.wiki table, div.wiki td, div.wiki th {
padding: 4px;
}
div.wiki table td[align=left], div.wiki table th[align=left] { text-align: left; }
div.wiki table td[align=right], div.wiki table th[align=right] { text-align: right; }
div.wiki .wiki-class-noborder, div.wiki .wiki-class-noborder td, div.wiki .wiki-class-noborder th {border:0;}
div.wiki .external {