Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@
border-radius: 50%;
display: flex;
float: left;
margin-left: -34px;
margin-left: -33px;
margin-right: 8px;
color: #666;
align-items: center;
Expand Down Expand Up @@ -891,11 +891,7 @@
padding-top: 0;

.singular-commit {
line-height: 30px;

&:not(:last-child) {
padding-bottom: 2px;
}
line-height: 34px; /* this must be same as .badge height, to avoid overflow */

.shabox {
.sha.label {
Expand Down