Pull Requests: add button to compare force pushed commits (#22857)
To quickly see what changed without having to re-read the whole diff.
This commit is contained in:
parent
0268ee5c37
commit
545495dcb0
3 changed files with 17 additions and 0 deletions
|
@ -952,6 +952,17 @@
|
|||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.comparebox {
|
||||
line-height: 32px;
|
||||
vertical-align: middle;
|
||||
|
||||
.compare.label {
|
||||
font-size: 1rem;
|
||||
margin: 0;
|
||||
border: 1px solid var(--color-light-border);
|
||||
}
|
||||
}
|
||||
|
||||
.comment-form-reply .footer {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue