Currently, Drone 2.0 shows as much of the commit message as possible on the dashboard, which looks pretty ugly sometimes and is different to what most Git software do where only the first line is displayed and the rest are viewed in larger previews.
which looks pretty ugly sometimes and is different to what most Git software do where only the first line is displayed and the rest are viewed in larger previews.
please provide a screenshot
Certainly
First, most git software has some sort of implication that the first line and those following it are slightly different:
…and act accordingly with displaying commits:
…but not Drone, leading to something like this:
…which, in my opinion, doesn’t look great and has potential to look even worse depending on the contents of the commit message.
As we only have one line of space, the text should probably be cut off after the first \n
.