Merge pull request #308 from sharu725/print-layout-fix

update print  layout wrapper
This commit is contained in:
Sharath Kumar 2022-08-08 15:42:51 +05:30 committed by GitHub
commit 410aee9217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,9 +13,12 @@
body { body {
padding: 0 !important; padding: 0 !important;
} }
.wrapper {
max-width: unset !important;
}
</style> </style>
<body> <body>
<div> <div class="wrapper">
{% include sidebar.html %} {% include sidebar.html %}
<div class="main-wrapper">{{ content }}</div> <div class="main-wrapper">{{ content }}</div>