PMCORE-3372:'List view' does not have a margin in each border

This commit is contained in:
Fabio Guachalla
2021-09-27 17:04:00 -04:00
parent bb0f4e2fab
commit 0023bfeae8
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>