PR comments.

This commit is contained in:
mike12345567 2025-01-29 12:56:28 +00:00
parent 2ef2855feb
commit ca556cf166
1 changed files with 2 additions and 2 deletions

View File

@ -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) {