mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
feat(editor): NDV UI overhaul experiment (#14209)
Co-authored-by: jakeranallo <jake.ranallo@gmail.com>
This commit is contained in:
@@ -681,7 +681,7 @@ watch(focusedMappableInput, (curr) => {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
padding-left: var(--spacing-s);
|
||||
padding-left: var(--spacing-xs);
|
||||
right: 0;
|
||||
overflow-y: auto;
|
||||
line-height: 1.5;
|
||||
@@ -855,7 +855,7 @@ watch(focusedMappableInput, (curr) => {
|
||||
|
||||
.tableRightMargin {
|
||||
// becomes necessary with large tables
|
||||
width: var(--spacing-s);
|
||||
width: var(--ndv-spacing);
|
||||
border-right: none !important;
|
||||
border-top: none !important;
|
||||
border-bottom: none !important;
|
||||
|
||||
Reference in New Issue
Block a user