fix(editor): Expand error view to full output panel width (#13688)

This commit is contained in:
Milorad FIlipović 2025-03-05 09:17:35 +01:00 committed by GitHub
parent 4f6d76cd25
commit 97ca702f8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -654,7 +654,6 @@ async function onAskAssistantClick() {
<style lang="scss"> <style lang="scss">
.node-error-view { .node-error-view {
&__header { &__header {
max-width: 960px;
margin: 0 auto var(--spacing-s) auto; margin: 0 auto var(--spacing-s) auto;
padding-bottom: var(--spacing-3xs); padding-bottom: var(--spacing-3xs);
background-color: var(--color-background-xlight); background-color: var(--color-background-xlight);
@ -755,7 +754,6 @@ async function onAskAssistantClick() {
} }
&__info { &__info {
max-width: 960px;
margin: 0 auto; margin: 0 auto;
border: 1px solid var(--color-foreground-base); border: 1px solid var(--color-foreground-base);
border-radius: var(--border-radius-large); border-radius: var(--border-radius-large);