Tucker McKnight
Make git SHA wrap at small widths on commits page
40
<span class="font-monospace">${commit.hash}</span>
40
<p class="commit-hash font-monospace mb-0">${commit.hash}</p>
296
296
/* commits list page */
.commit-hash {
word-break: break-all; /* for mobile widths, allow SHA to wrap */
}