Fix agent-info-link not covering bottom margin
Adjusted negative margins so the clickable link area stays within proper bounds and doesn't overlap the spacing below agent-info. Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -348,7 +348,7 @@
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
border-radius: 0.375rem;
|
||||
margin: -0.5rem;
|
||||
margin: -0.5rem -0.5rem 1rem -0.5rem;
|
||||
padding: 0.5rem;
|
||||
|
||||
&:hover {
|
||||
@@ -358,6 +358,10 @@
|
||||
color: var(--color-accent-light);
|
||||
}
|
||||
}
|
||||
|
||||
.agent-info {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.agent-card-header {
|
||||
|
||||
Reference in New Issue
Block a user