We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247ab6a commit 78204a7Copy full SHA for 78204a7
web_src/less/_repository.less
@@ -860,7 +860,7 @@
860
border-radius: 50%;
861
display: flex;
862
float: left;
863
- margin-left: -34px;
+ margin-left: -33px;
864
margin-right: 8px;
865
color: #666;
866
align-items: center;
@@ -891,11 +891,7 @@
891
padding-top: 0;
892
893
.singular-commit {
894
- line-height: 30px;
895
-
896
- &:not(:last-child) {
897
- padding-bottom: 2px;
898
- }
+ line-height: 34px; /* this must be same as .badge height, to avoid overflow */
899
900
.shabox {
901
.sha.label {
0 commit comments