Skip to content

Commit

Permalink
⚡ Keeping the bottom padding in NDV
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Oct 5, 2023
1 parent 8b09bcb commit ba6b0ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/components/NodeSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ export default defineComponent({
.node-parameters-wrapper {
overflow-y: auto;
padding: 0 var(--spacing-m) var(--spacing-m) var(--spacing-m);
padding: 0 var(--spacing-m) 200px var(--spacing-m);
}
&.dragging {
Expand Down

0 comments on commit ba6b0ad

Please sign in to comment.