Merge pull request #7523 from hallaathrad/fix/drawer-issues

Fix for overlapping chapter titles
pull/7527/head
Mrugesh Mohapatra 2016-03-13 00:48:35 +05:30
commit 56d4ee808d
1 changed files with 2 additions and 1 deletions

View File

@ -142,7 +142,7 @@
margin:155px auto 0;
position:relative;
#nested {
margin:0 15px;
margin:0 10px;
@media (max-width: 400px) {
margin:0;
}
@ -174,6 +174,7 @@
padding-left: 40px;
padding-bottom: 10px;
display:block;
max-width: 535px;
}
}