Skip to content

Commit 9f732d9

Browse files
committed
use default 14px and override it for file-view
1 parent dea058c commit 9f732d9

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

web_src/css/markup/content.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.markup {
22
overflow: hidden;
3-
font-size: 16px;
3+
font-size: 14px;
44
line-height: 1.5 !important;
55
overflow-wrap: break-word;
66
}
@@ -318,6 +318,7 @@ In markup content, we always use bottom margin for all elements */
318318

319319
.file-view.markup {
320320
padding: 1em 2em;
321+
font-size: 16px;
321322
}
322323

323324
.file-view.markup:has(.file-not-rendered-prompt) {

web_src/css/repo.css

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

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 {
307-
font-size: 14px;
308-
}
309-
310303
.repository.view.issue .instruct-toggle {
311304
display: inline-block;
312305
}

0 commit comments

Comments
 (0)