Wrap more text in commit view
This commit is contained in:
parent
3be5673254
commit
4b31740758
1 changed files with 5 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ dd {
|
|||
|
||||
.commit dl {
|
||||
display: grid;
|
||||
grid: auto-flow / min-content max-content;
|
||||
grid: auto-flow / min-content 1fr;
|
||||
column-gap: 1ch;
|
||||
}
|
||||
|
||||
|
|
@ -87,3 +87,7 @@ dd {
|
|||
.commit .untracked a {
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.commit pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue