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

@@ -715,5 +715,9 @@ export default {
}
.ellipsis-container {
margin-top: 5em;
float: right;
}
.v-pm-card-info {
float: right;
}
</style>