styling for monthly preview for report details

This commit is contained in:
Burak Civan
2022-06-06 11:10:17 +03:00
parent 1dd4fca8f2
commit d2f4d52c86
8 changed files with 15 additions and 8 deletions

View File

@@ -283,7 +283,7 @@ html[dir='rtl'] .text-alignment-left {
text-align: right !important;
}
html[dir='lte'] .text-alignment-right {
html[dir='ltr'] .text-alignment-right {
text-align: right !important;
}
@@ -681,6 +681,10 @@ html[dir='rtl'] .text-alignment-right {
/*--Print--*/
.col-1 {
width: 8.333333%;
}
.col-2 {
width: 16.666667%;
}