fix: Fix all modal sizes (#6820)

This commit is contained in:
Mutasem Aldmour
2023-08-01 13:52:33 +02:00
committed by GitHub
parent 1d72225cb0
commit 7525cfe2dc
7 changed files with 27 additions and 40 deletions

View File

@@ -696,12 +696,12 @@ export default defineComponent({
<style lang="scss">
.ndv-wrapper {
overflow: visible;
padding-top: var(--spacing-2xs);
margin-top: 0;
}
.data-display-wrapper {
height: calc(100% - var(--spacing-2xl));
margin-top: var(--spacing-xl) !important;
width: 100%;
background: none;
border: none;