mirror of
https://github.com/redmine/redmine.git
synced 2026-01-28 02:09:58 +01: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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user