Explorar el Código

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
pull/131/merge
Go MAEDA hace 3 semanas
padre
commit
e4fcfc6990
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      app/assets/stylesheets/application.css

+ 3
- 0
app/assets/stylesheets/application.css Ver fichero

@@ -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 {

Cargando…
Cancelar
Guardar