Skip to content

Commit dea058c

Browse files
committed
Fix font-size in inline comment preview
1 parent 8125633 commit dea058c

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

web_src/css/repo.css

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,10 @@ td .commit-summary {
300300
min-width: 100px;
301301
}
302302

303-
.repository.new.issue .comment.form .content .markup {
303+
.repository.new.issue .comment.form .content .markup,
304+
.repository.compare.pull .markup,
305+
.repository.view.issue .comment-list .comment .markup,
306+
.conversation-holder .markup {
304307
font-size: 14px;
305308
}
306309

@@ -630,10 +633,6 @@ td .commit-summary {
630633
background: var(--color-light);
631634
}
632635

633-
.repository.view.issue .comment-list .comment .markup {
634-
font-size: 14px;
635-
}
636-
637636
.repository.view.issue .comment-list .comment .no-content {
638637
color: var(--color-text-light-2);
639638
font-style: italic;
@@ -723,10 +722,6 @@ td .commit-summary {
723722
text-align: center;
724723
}
725724

726-
.repository.compare.pull .markup {
727-
font-size: 14px;
728-
}
729-
730725
.repository.branches .commit-divergence .bar-group {
731726
position: relative;
732727
float: left;

0 commit comments

Comments
 (0)