mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 16:57:08 +02: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:
parent
725ce23ea3
commit
ac4612232c
|
|
@ -400,6 +400,10 @@ onMounted(() => {
|
|||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
td:nth-child(2) {
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: $breakpoint-sm) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user