Skip to content

Commit 7dde39a

Browse files
authored
Minor tweak to tag list (#18295)
Slightly reduce the font size and padding in the tags table, it seemed a bit too big to me.
1 parent 43a22c6 commit 7dde39a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web_src/less/_repository.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,8 +1978,12 @@
19781978
}
19791979

19801980
#tags-table {
1981+
.tag {
1982+
padding: 8px 12px;
1983+
}
1984+
19811985
.release-tag-name {
1982-
font-size: 1.5rem;
1986+
font-size: 20px;
19831987
font-weight: normal;
19841988
}
19851989
}

0 commit comments

Comments
 (0)