Skip to content

Commit 72f43fa

Browse files
committed
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
1 parent 2a7de5d commit 72f43fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/stylesheets/application.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,8 @@ td.gantt_selected_column .gantt_hdr,.gantt_selected_column_container {
14931493
color: #fff;
14941494
border-radius: 3px;
14951495
border: 0;
1496-
box-shadow: none
1496+
box-shadow: none;
1497+
white-space: pre-wrap;
14971498
}
14981499

14991500
/***** Icons *****/

0 commit comments

Comments
 (0)