Skip to content
Snippets Groups Projects
Commit 792e1bb6 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

View Logs: Set a monospace font

parent 44ed0f7a
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ code {
border: 1px solid;
display: block;
font-size: 13px;
font-weight: bold;
font-weight: 600;
margin: 5px 0;
padding: 0.5em;
vertical-align: middle;
......@@ -55,12 +55,13 @@ code {
white-space: pre-wrap;
unicode-bidi: embed;
direction: ltr;
font-family: "Source Code Pro", Monaco, monospace, Courier, "Lucida Console";
&.inline {
display: inline;
padding: 0 0.5em;
margin: 0 0.1em;
line-height: 16px;
font-family: monospace;
font-family: "Source Code Pro", Monaco, monospace, Courier, "Lucida Console";
}
}
......@@ -4408,6 +4409,8 @@ a.github-fork {
overflow-y: scroll;
border: none !important;
padding: 8px 10px !important;
font-family: "Source Code Pro", Monaco, monospace, Courier, "Lucida Console";
font-weight: 500;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
......@@ -4423,7 +4426,7 @@ a.github-fork {
> div {
word-break: break-all;
> .time {
.time {
color: #666;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment