collapse report styling

This commit is contained in:
Burak Civan
2022-07-21 18:02:27 +03:00
parent 1c60edb891
commit d1e17a4833
3 changed files with 20 additions and 10 deletions

View File

@@ -475,6 +475,10 @@ html[dir='rtl'] .el-input__suffix {
.collapse-sub {
@apply opacity-0 h-0 overflow-hidden;
}
.collapse-sub-report.collapse-sub {
@apply hidden;
}
/* collapse */
.none-truncate {