Procházet zdrojové kódy

Line breaks in the description of a custom field are ignored in a tooltip (#34834).

Patch by Yuichi HARADA.


git-svn-id: http://svn.redmine.org/redmine/trunk@21222 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.0.0
Go MAEDA před 2 roky
rodič
revize
72f43fa4a0
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      public/stylesheets/application.css

+ 2
- 1
public/stylesheets/application.css Zobrazit soubor

@@ -1493,7 +1493,8 @@ td.gantt_selected_column .gantt_hdr,.gantt_selected_column_container {
color: #fff;
border-radius: 3px;
border: 0;
box-shadow: none
box-shadow: none;
white-space: pre-wrap;
}

/***** Icons *****/

Načítá se…
Zrušit
Uložit