From 18d5d51d98fd6fa5c6200a3a820082734d3ab35a Mon Sep 17 00:00:00 2001 From: Gerhard Schlager Date: Wed, 19 Sep 2018 19:38:25 +0200 Subject: [PATCH] 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 --- app/assets/stylesheets/common/admin/backups.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/assets/stylesheets/common/admin/backups.scss b/app/assets/stylesheets/common/admin/backups.scss index 48b3791d82a..20b98369860 100644 --- a/app/assets/stylesheets/common/admin/backups.scss +++ b/app/assets/stylesheets/common/admin/backups.scss @@ -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 {