tangled
alpha
login
or
join now
anirudh.fi
/
legit
7
fork
atom
web frontend for git (tangled's grandpa)
7
fork
atom
overview
issues
pulls
pipelines
css: wrap refs pre
anirudh.fi
3 years ago
983dabb3
30559cd9
+9
-2
1 changed file
expand all
collapse all
unified
split
static
style.css
+9
-2
static/style.css
···
20
21
pre {
22
font-family: var(--mono-font);
23
-
font-size: 0.8rem;
24
}
25
26
::selection {
···
220
align-items: center;
221
}
222
0
0
0
0
223
.line-numbers {
224
white-space: pre-line;
225
-moz-user-select: -moz-none;
···
251
.commit-info {
252
color: var(--gray);
253
padding-bottom: 1.5rem;
254
-
font-size: 0.75rem;
255
}
256
257
@media (max-width: 600px) {
···
275
276
.commit-info:not(:last-child) {
277
padding-bottom: 1.5rem;
0
0
0
0
278
}
279
}
···
20
21
pre {
22
font-family: var(--mono-font);
0
23
}
24
25
::selection {
···
219
align-items: center;
220
}
221
222
+
.refs pre {
223
+
white-space: pre-wrap;
224
+
}
225
+
226
.line-numbers {
227
white-space: pre-line;
228
-moz-user-select: -moz-none;
···
254
.commit-info {
255
color: var(--gray);
256
padding-bottom: 1.5rem;
257
+
font-size: 0.85rem;
258
}
259
260
@media (max-width: 600px) {
···
278
279
.commit-info:not(:last-child) {
280
padding-bottom: 1.5rem;
281
+
}
282
+
283
+
pre {
284
+
font-size: 0.8rem;
285
}
286
}