diff options
author | Go MAEDA <maeda@farend.jp> | 2019-01-20 12:45:12 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-01-20 12:45:12 +0000 |
commit | 9e86c95c3ee2e992f2d79ff90e431eed6a7b3e58 (patch) | |
tree | 5028c5b2bd4e82f3ea6f16a4d1b34980b99f9f2d | |
parent | 3b7e382d9870b1bfc8f915c369c3a89590fbd33b (diff) | |
download | redmine-9e86c95c3ee2e992f2d79ff90e431eed6a7b3e58.tar.gz redmine-9e86c95c3ee2e992f2d79ff90e431eed6a7b3e58.zip |
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
-rw-r--r-- | public/stylesheets/responsive.css | 7 |
1 files changed, 1 insertions, 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; } |