mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
Wrap the console output to avoid having to scroll horizontally
This commit is contained in:
parent
c903c5c0a7
commit
a80501208b
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
||||||
padding-right: 1.5rem;
|
padding-right: 1.5rem;
|
||||||
padding-bottom: 1.25rem;
|
padding-bottom: 1.25rem;
|
||||||
padding-left: 1.5rem;
|
padding-left: 1.5rem;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.deleted * {
|
.deleted * {
|
||||||
|
@ -49,4 +50,4 @@ h1 small {
|
||||||
|
|
||||||
.randomJobDay {
|
.randomJobDay {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue