mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
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:
committed by
GitHub
parent
725ce23ea3
commit
ac4612232c
@@ -400,6 +400,10 @@ onMounted(() => {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td:nth-child(2) {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $breakpoint-sm) {
|
@media screen and (max-width: $breakpoint-sm) {
|
||||||
|
|||||||
Reference in New Issue
Block a user