mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Expand error view to full output panel width (#13688)
This commit is contained in:
committed by
GitHub
parent
4f6d76cd25
commit
97ca702f8c
@@ -654,7 +654,6 @@ async function onAskAssistantClick() {
|
||||
<style lang="scss">
|
||||
.node-error-view {
|
||||
&__header {
|
||||
max-width: 960px;
|
||||
margin: 0 auto var(--spacing-s) auto;
|
||||
padding-bottom: var(--spacing-3xs);
|
||||
background-color: var(--color-background-xlight);
|
||||
@@ -755,7 +754,6 @@ async function onAskAssistantClick() {
|
||||
}
|
||||
|
||||
&__info {
|
||||
max-width: 960px;
|
||||
margin: 0 auto;
|
||||
border: 1px solid var(--color-foreground-base);
|
||||
border-radius: var(--border-radius-large);
|
||||
|
||||
Reference in New Issue
Block a user