mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
fix(editor): Styling/UX improvements on the new logs view (#14789)
This commit is contained in:
@@ -39,6 +39,7 @@ const options = computed(() => {
|
||||
:model-value="value"
|
||||
:options="options"
|
||||
data-test-id="ndv-run-data-display-mode"
|
||||
:size="compact ? 'small' : 'medium'"
|
||||
@update:model-value="(selected) => emit('change', selected)"
|
||||
>
|
||||
<template v-if="compact" #option="option">
|
||||
@@ -64,6 +65,6 @@ const options = computed(() => {
|
||||
|
||||
<style lang="scss" module>
|
||||
.icon {
|
||||
padding-inline: var(--spacing-2xs);
|
||||
padding-inline: var(--spacing-4xs);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user