Fix styling regression on print media in chromium

Forces 0px left padding on print view even if sidebar is visible
This commit is contained in:
Bartłomiej T. Listwon 2017-09-18 18:34:57 +02:00 committed by Michal Budzynski
parent 2ae6e6a6e3
commit 911683d2cf
2 changed files with 7 additions and 0 deletions

View File

@ -931,6 +931,9 @@ table thead td {
left: 0;
overflow-y: initial;
}
#page-wrapper.page-wrapper {
padding-left: 0px;
}
#content {
max-width: none;
margin: 0;

View File

@ -12,6 +12,10 @@
overflow-y: initial;
}
#page-wrapper.page-wrapper {
padding-left: 0px;
}
#content {
max-width: none;
margin: 0;