mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix: Fix all modal sizes (#6820)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user