Fix #572
This commit is contained in:
parent
fa241efa6d
commit
1aa12c7452
4 changed files with 44 additions and 11 deletions
|
@ -1489,6 +1489,12 @@ The register and sign-in page style
|
|||
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
|
||||
font-size: 14px;
|
||||
}
|
||||
.commit-list .message {
|
||||
width: 60%;
|
||||
}
|
||||
.commit-list .message span {
|
||||
max-width: 500px;
|
||||
}
|
||||
.diff-head-box {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
|
|
@ -523,6 +523,12 @@
|
|||
font-family: Consolas, Menlo, Monaco, "Lucida Console", monospace;
|
||||
font-size: 14px;
|
||||
}
|
||||
.message {
|
||||
width: 60%;
|
||||
span {
|
||||
max-width: 500px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.diff-head-box {
|
||||
margin-top: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue