]> source.dussan.org Git - redmine.git/commitdiff
Line breaks in the description of a custom field are ignored in a tooltip (#34834).
authorGo MAEDA <maeda@farend.jp>
Fri, 24 Sep 2021 02:05:30 +0000 (02:05 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 24 Sep 2021 02:05:30 +0000 (02:05 +0000)
Patch by Yuichi HARADA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21222 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 9f6b4dc3d70e486156505ce6926193c317a15177..791ef4c23d28bd7150a7afe75fbf533bb7bb3a43 100644 (file)
@@ -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 *****/