eyp / redmine_spent_time

Redmine plugin that improves the spent time functionality.
Other
57 stars 39 forks source link

Issue column content is not being wrapped up #52

Closed alterdaemon closed 10 years ago

alterdaemon commented 10 years ago

In case of long issue name the table looks strange as the Issue column content is not wrapping up.

For now I help myself with little change to plugin's css:

.subject { white-space: pre-wrap; wordwrap: break-word; } .comments { white-space: pre-wrap; wordwrap: break-word; }

Please consider it.

eyp commented 10 years ago

Fixed in 2.6.1