Wrap more text in commit view

This commit is contained in:
Joscha 2023-08-06 01:35:36 +02:00
parent 3be5673254
commit 4b31740758

View file

@ -79,7 +79,7 @@ dd {
.commit dl { .commit dl {
display: grid; display: grid;
grid: auto-flow / min-content max-content; grid: auto-flow / min-content 1fr;
column-gap: 1ch; column-gap: 1ch;
} }
@ -87,3 +87,7 @@ dd {
.commit .untracked a { .commit .untracked a {
color: #777; color: #777;
} }
.commit pre {
white-space: pre-wrap;
}