Skip to content

Commit d516b0c

Browse files
Fix PR comments
1 parent e1d585e commit d516b0c

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

sources/platform/actors/development/quick_start/vibe_coding.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,11 @@ The best rules and instructions are specific for individual use cases, but we pr
8787

8888
<PromptButton prompt={RULES_AND_INSTRUCTIONS_PROMPT}/>
8989

90-
#### Keep your rules and instructions up to date
90+
:::info Keep your rules and instructions up to date
9191

92-
As the project evolves, you might introduce new things. Always make sure that your rules are up to date.
92+
As the project evolves, you might introduce new things. Always make sure that your rules and instructions are up to date.
93+
94+
:::
9395

9496
## Best practices
9597

src/components/PromptButton.module.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
width: 100%;
1111
position: relative;
1212
overflow: hidden;
13+
margin-bottom: 0;
14+
}
15+
16+
/* Apply margin-bottom only when the next sibling is not a heading */
17+
.prompt-card:not(:has(+ h1, + h2, + h3, + h4, + h5, + h6)) {
18+
margin-bottom: var(--ifm-leading);
1319
}
1420

1521
/* Light purple glow effect */

0 commit comments

Comments
 (0)