mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-02 01:37:07 +02:00
fix: Use monospace for param preview (#19975)
This commit is contained in:
parent
fadfb756ae
commit
02c6a9485c
|
|
@ -271,6 +271,7 @@ const onValueInputHoverChange = (hovered: boolean): void => {
|
|||
bottom: calc(var(--spacing-s) * -1);
|
||||
left: 0;
|
||||
right: 0;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.optionsPadding {
|
||||
|
|
|
|||
|
|
@ -62,6 +62,7 @@ const simplyText = computed(() => {
|
|||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
font-family: monospace;
|
||||
}
|
||||
.highlight {
|
||||
color: var(--color-secondary);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user