mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(editor): Expand error view to full output panel width (#13688)
This commit is contained in:
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);
|
||||
|
|
Loading…
Reference in a new issue