Actions
Bug #681
closed

Gerrit: Overflowing commit messages
Start date:
Due date:
% Done:
0%
Tags:
URL:
Description
When a commit message is too long, it doesn't wrap in its box, for example here: https://gerrit.libreoffice.org/11636/
That box needs instead of
white-space: prethe
white-space: pre-wrapproperty.
Updated by Christian Lohmaier over 10 years ago
- Status changed from New to Rejected
- Assignee set to Christian Lohmaier
Rather than fixing the display, the formatting of the actual commit message should be update.
I.e. create a new revision of the patch with a fixed wrapping in the message.
Gerrit is meant to allow review by using the webinterface, and the commit-message is part of it. So Wontfix/intentional that it displays the wrapping as it really is.
Actions