Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ body {
word-wrap: break-word;
overflow-wrap: anywhere;
text-align: left;
/* Space CJK from Latin. Ignored where unsupported. */
text-autospace: normal;
user-select: text;
-webkit-user-select: text;
}
Expand Down Expand Up @@ -590,6 +592,7 @@ body {
.markdown-body samp {
font-family: monospace, monospace;
font-size: 1em;
text-autospace: no-autospace;
}

.markdown-body figure {
Expand Down Expand Up @@ -717,6 +720,7 @@ body {
white-space: normal;
overflow-wrap: anywhere;
word-break: normal;
font-variant-numeric: tabular-nums;
}

.markdown-body table tr {
Expand Down Expand Up @@ -772,6 +776,7 @@ body {
margin-bottom: 16px;
font-weight: 600;
line-height: 1.25;
text-wrap-style: balance;
position: relative;
}

Expand Down
Loading