mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
fix(editor): align JSON view properties and their values (#4343)
This commit is contained in:
@@ -271,13 +271,19 @@ export default mixins(externalHooks).extend({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.vjs-key {
|
.vjs-key,
|
||||||
|
.vjs-value {
|
||||||
> span {
|
> span {
|
||||||
color: var(--color-text-dark);
|
color: var(--color-text-dark);
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
border-radius: var(--border-radius-base);
|
border-radius: var(--border-radius-base);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.vjs-value {
|
||||||
|
> span {
|
||||||
padding: 0 var(--spacing-5xs) 0 var(--spacing-5xs);
|
padding: 0 var(--spacing-5xs) 0 var(--spacing-5xs);
|
||||||
margin-right: var(--spacing-5xs);
|
margin-left: var(--spacing-5xs);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user