report print css updated

This commit is contained in:
Cihan Şentürk 2022-10-03 17:55:14 +03:00 committed by GitHub
parent be7b0f6b9e
commit e4f6804cbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -25,6 +25,10 @@ th, td
margin-bottom: 9px;
}
.print-report-padding {
padding-left: 25px;
}
html[dir='ltr'] .right-column {
text-align: right;
}
@ -63,6 +67,10 @@ html[dir='rtl'] .right-column {
margin-bottom: 8px;
}
.margin-bottom-12 {
margin: 12px 0;
}
.print-template .mt-1
{
margin-top: 8px;

View File

@ -1,4 +1,4 @@
<div class="overflow-x-visible mb-8">
<div class="overflow-x-visible mb-8 margin-bottom-12">
<table class="w-full rp-border-collapse">
@include($class->views['detail.table.header'])
@include($class->views['detail.table.body'])