PR comments.
This commit is contained in:
parent
2ef2855feb
commit
ca556cf166
|
@ -180,8 +180,8 @@
|
||||||
}
|
}
|
||||||
.body {
|
.body {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
padding: 0 var(--spacing-l);
|
|
||||||
font-family: var(--font-mono);
|
font-family: var(--font-mono);
|
||||||
|
margin: 0 var(--spacing-m);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
@ -197,7 +197,7 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: end;
|
align-items: end;
|
||||||
padding: var(--spacing-m);
|
padding: var(--spacing-m) 0;
|
||||||
word-wrap: anywhere;
|
word-wrap: anywhere;
|
||||||
}
|
}
|
||||||
.line:not(:first-of-type) {
|
.line:not(:first-of-type) {
|
||||||
|
|
Loading…
Reference in New Issue