Wrap the console output to avoid having to scroll horizontally

This commit is contained in:
Alexandre Aubin 2020-12-29 16:30:00 +01:00 committed by GitHub
parent c903c5c0a7
commit a80501208b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@
padding-right: 1.5rem;
padding-bottom: 1.25rem;
padding-left: 1.5rem;
white-space: pre-wrap;
}
.deleted * {
@ -49,4 +50,4 @@ h1 small {
.randomJobDay {
text-align: right;
}
}