.preview-popup.modal-body {
    display: flex;
    flex-direction: column;
}

.preview-popup.modal-body>:nth-child(2) {
    flex-grow: 1;
}