From 82d1179f24ae8463d94622eed06f53a55ce11d09 Mon Sep 17 00:00:00 2001 From: Sebastian Castro Date: Tue, 5 May 2020 12:36:57 +0200 Subject: [PATCH] timeslider: important fix pad content was cropped when bigger than screen size --- src/static/css/timeslider.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/static/css/timeslider.css b/src/static/css/timeslider.css index ef2ade034..35f756596 100644 --- a/src/static/css/timeslider.css +++ b/src/static/css/timeslider.css @@ -2,9 +2,6 @@ padding: 10px; display: block; } -#innerdocbody { - margin: 0 auto; -} .timeslider-bar { display: flex; @@ -128,7 +125,8 @@ white-space: normal; word-break: break-word; width: 100%; - height: 100%; + margin: 0 auto; + height: auto; } @media (max-width: 800px) {