Closed alterdaemon closed 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.
Fixed in 2.6.1
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.