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 812a9da commit b428b0fCopy full SHA for b428b0f
web_src/less/_base.less
@@ -637,6 +637,7 @@ a.ui.card:hover,
637
638
.fitted .svg {
639
margin-right: 0;
640
+ vertical-align: middle;
641
}
642
643
.searchbox {
web_src/less/_repository.less
@@ -824,6 +824,7 @@
824
width: 20px;
825
height: 20px;
826
margin: 0 .25rem;
827
828
829
830
&:first-child:not(.commit) {
@@ -2791,6 +2792,7 @@
2791
2792
.labels-list .label {
2793
margin: 2px 0;
2794
display: inline-block !important;
2795
+ line-height: 1.3em; // there is a `font-size: 1.25em` for inside emoji, so here the line-height needs to be larger slightly
2796
2797
2798
tbody.commit-list {
0 commit comments