fix(editor): Reset wrapping for variable value to prevent horizontal scrolling (#16772)

Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
This commit is contained in:
Guillaume Jacquart
2025-06-30 11:37:26 +02:00
committed by GitHub
parent 725ce23ea3
commit ac4612232c

View File

@@ -400,6 +400,10 @@ onMounted(() => {
opacity: 1;
}
}
td:nth-child(2) {
white-space: normal;
}
}
@media screen and (max-width: $breakpoint-sm) {