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:
parent
8d6ccde402
commit
18d5d51d98
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue