8000 regenerate github css · rnugraha/github-markdown-css@8760bcb · GitHub
[go: up one dir, main page]

Skip to content

Commit 8760bcb

Browse files
committed
regenerate github css
1 parent 0f506eb commit 8760bcb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

github-markdown.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
line-height: 1.4;
77
color: #333333;
88
overflow: hidden;
9-
font-family: "Helvetica Neue", Helvetica, Arial, freesans, sans-serif;
9+
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
1010
font-size: 16px;
1111
line-height: 1.6;
1212
word-wrap: break-word;
@@ -297,6 +297,8 @@
297297
display: block;
298298
width: 100%;
299299
overflow: auto;
300+
word-break: normal;
301+
word-break: keep-all;
300302
}
301303

302304
.markdown-body table th {
@@ -344,6 +346,7 @@
344346
padding: 0;
345347
margin: 0;
346348
font-size: 100%;
349+
word-break: normal;
347350
white-space: pre;
348351
background: transparent;
349352
border: 0;
@@ -365,6 +368,7 @@
365368

366369
.markdown-body .highlight pre {
367370
margin-bottom: 0;
371+
word-break: normal;
368372
}
369373

370374
.markdown-body pre {

0 commit comments

Comments
 (0)
0