mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
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 {
|
||||
max-height: 500px;
|
||||
max-height: 65vh;
|
||||
overflow: auto;
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
max-height: 65vh;
|
||||
}
|
||||
}
|
||||
|
||||
button.ru {
|
||||
|
Loading…
x
Reference in New Issue
Block a user