From 9e86c95c3ee2e992f2d79ff90e431eed6a7b3e58 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sun, 20 Jan 2019 12:45:12 +0000 Subject: [PATCH] Fix the styles for the responsive (#30168). Patch by Max Johansson. git-svn-id: http://svn.redmine.org/redmine/trunk@17835 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/responsive.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index c944dec1a..aa85d3091 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -217,15 +217,10 @@ display: none; } - .splitcontentleft, #list-left { + .splitcontentleft, .splitcontentright, .splitcontenttop { width: 100%; flex: auto; margin-right: 0; - } - - .splitcontentright, #list-right { - width: 100%; - flex: auto; margin-left: 0; }