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>

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>

View File

@@ -1284,6 +1284,7 @@ export default {
.ellipsis-container {
margin-top: 5em;
float: right;
}
.v-pm-card-info {

View File

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

View File

@@ -836,6 +836,7 @@ export default {
.ellipsis-container {
margin-top: 5em;
float: right;
}
.v-pm-card-info{

View File

@@ -798,4 +798,12 @@ export default {
padding-left: 50px;
padding-right: 50px;
}
.ellipsis-container {
margin-top: 5em;
float: right;
}
.v-pm-card-info{
float: right;
}
</style>

View File

@@ -767,4 +767,12 @@ export default {
padding-left: 50px;
padding-right: 50px;
}
.ellipsis-container {
margin-top: 5em;
float: right;
}
.v-pm-card-info{
float: right;
}
</style>