-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(editor): Fix callout component border issue (no-changelog) #11705
fix(editor): Fix callout component border issue (no-changelog) #11705
Conversation
@@ -62,7 +63,7 @@ async function onCloseClick() { | |||
|
|||
<style lang="scss" module> | |||
.callout { | |||
height: calc(var(--header-height) * 1px); | |||
// height: calc(var(--header-height) * 1px); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mutdmour what is the reason for this height here?
This increases too much the height of the top banner.
Double-checking with you before removing it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it looked weird when the AI Assistant is open. The header of the AI Assistant needed to match both the page header and the banner.
Waiting for a feedback from @mutdmour before closing this one |
Removed the fix for the top callout height. Forwarded the issue to Ador to review it. |
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
✅ No visual regressions found. |
n8n Run #7846
Run Properties:
|
Project |
n8n
|
Branch Review |
dx-171-callout-component-height-and-border-fixes
|
Run status |
Passed #7846
|
Run duration | 04m 24s |
Commit |
c71be4bba6: 🌳 🖥️ browsers:node18.12.0-chrome107 🤖 gandreini 🗃️ e2e/*
|
Committer | Elias Meire |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
469
|
View all changes introduced in this branch ↗︎ |
✅ All Cypress E2E specs passed |
Summary
Fixes this issue with the (missing) callout borders:
Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/DX-171/callout-component-height-and-border-fixes
closes #DX-171
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)