Merged in bugfix/PMCORE-3347 (pull request #8149)

PMCORE-3347

Approved-by: Rodrigo Quelca
This commit is contained in:
Fabio Guachalla
2021-09-20 20:23:09 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -1,7 +1,7 @@
<template>
<div class="pm-vue-card">
<div class="card pm-vue-card-inside" style="width: 20rem" @dblclick="dblClick">
<div class="card-body">
<div class="card-view-body">
<slot> </slot>
</div>
</div>
@@ -42,7 +42,7 @@ export default {
.pm-vue-card-inside:hover {
background-color: #cfd9e4;
}
.card-body {
.card-view-body {
height: 266px;
overflow-x: hidden;
}