Merged in bugfix/PMCORE-3372 (pull request #8178)

PMCORE-3372

Approved-by: Rodrigo Quelca
This commit is contained in:
Fabio Guachalla
2021-09-28 13:19:41 +00:00
committed by Julio Cesar Laura Avendaño
7 changed files with 28 additions and 0 deletions

View File

@@ -45,5 +45,8 @@ export default {
.card-view-body {
height: 266px;
overflow-x: hidden;
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem;
}
</style>

View File

@@ -44,5 +44,8 @@ export default {
.list-body {
height: 224px;
overflow-x: hidden;
flex: 1 1 auto;
min-height: 1px;
padding: 1.25rem;
}
</style>