diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index d1f0317b75..55cc4f78b7 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -837,8 +837,6 @@ width: 20px; height: 20px; margin-right: .5rem; - position: relative; - top: -2px; } &:first-child:not(.commit) { @@ -894,6 +892,12 @@ .singular-commit { line-height: 34px; /* this must be same as .badge height, to avoid overflow */ + > .avatar.image, + > .avatar.image img { + position: relative; + top: -2px; + } + .shabox { .sha.label { margin: 0;