update print layout wrapper

This commit is contained in:
sharathdt 2022-08-08 15:42:14 +05:30
parent 7a318d4064
commit 96ae50cb87

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>