diff options
author | Go MAEDA <maeda@farend.jp> | 2021-09-24 02:05:30 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-09-24 02:05:30 +0000 |
commit | 72f43fa4a0cdafdf66253fd02b928a4a5302eff5 (patch) | |
tree | 29468dac599460abce4a7007a72e525d6113d41e | |
parent | 2a7de5d4ac6b8a7619aef6053ced235e0fdaf799 (diff) | |
download | redmine-72f43fa4a0cdafdf66253fd02b928a4a5302eff5.tar.gz redmine-72f43fa4a0cdafdf66253fd02b928a4a5302eff5.zip |
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
-rw-r--r-- | public/stylesheets/application.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 9f6b4dc3d..791ef4c23 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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 *****/ |