1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00

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
This commit is contained in:
Go MAEDA 2019-01-20 12:45:12 +00:00
parent 3b7e382d98
commit 9e86c95c3e

View File

@ -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;
}