blob: dfedd0a5be0e4c986c4ad202ca5f903ff2668ee5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* Decrease font-size on commit details to help the links fit */
.commit .sha-block {
margin-left: 7px !important;
}
.commit .sha-block,
.commit .sha {
font-size: 10px !important;
}
.signed-commit-badge-medium {
padding: 2px 4px !important;
margin-left: 5px !important;
font-size: 10px !important;
}
|