Skip to content

Commit 4e6595f

Browse files
committed
File header tweaks
- Remove non-matching selector - Set font-size on parent so `.mono` can correctly reduce it
1 parent bf325d4 commit 4e6595f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

web_src/less/_repository.less

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,6 @@
409409
font-size: .5em;
410410
}
411411

412-
.file-info {
413-
font-size: 13px;
414-
}
415-
416412
.file-actions {
417413
.btn-octicon {
418414
line-height: 1;
@@ -3051,7 +3047,8 @@ td.blob-excerpt {
30513047
display: flex;
30523048
justify-content: space-between;
30533049
overflow-x: auto;
3054-
padding: 8px 12px !important;
3050+
padding: 6px 12px !important;
3051+
font-size: 13px !important;
30553052
}
30563053

30573054
.file-info {

0 commit comments

Comments
 (0)