UX: Remove double scrollbars from backup logs

* Removes the wrapping, because the log is easier to read without it.
* Fixes the automatic scrolling to the bottom, which didn't work anymore
This commit is contained in:
Gerhard Schlager 2018-09-19 19:38:25 +02:00
parent 8d6ccde402
commit 18d5d51d98
1 changed files with 1 additions and 6 deletions

View File

@ -61,13 +61,8 @@ $rollback-darker: darken($rollback, 20%) !default;
} }
.admin-backups-logs { .admin-backups-logs {
max-height: 500px; max-height: 65vh;
overflow: auto; overflow: auto;
pre {
white-space: pre-wrap;
word-wrap: break-word;
max-height: 65vh;
}
} }
button.ru { button.ru {