Preserve line breaks in commit descriptions

This commit is contained in:
Mattias Granlund 2024-07-04 11:55:40 +01:00
parent 27f5bc40e1
commit a85cc20582

View File

@ -435,6 +435,7 @@
.commit__description {
color: var(--clr-text-2);
white-space: pre-wrap;
}
.commit__empty-title {