diff --git a/src/components/card/CardSidebar.vue b/src/components/card/CardSidebar.vue index 1d47bd590..403a9653c 100644 --- a/src/components/card/CardSidebar.vue +++ b/src/components/card/CardSidebar.vue @@ -608,7 +608,7 @@ export default { .modal__content { width: 25vw; min-width: 250px; - height: 120px; + min-height: 120px; text-align: center; margin: 20px 20px 60px 20px; padding-bottom: 20px;