Add padding at the bottom of agent config tab
This commit is contained in:
parent
3fd8003bcf
commit
931e026cdc
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ export function AgentConfig({
|
|||
|
||||
|
||||
{activeTab === 'configurations' && (
|
||||
<div className="space-y-8">
|
||||
<div className="space-y-8 pb-6">
|
||||
{!agent.locked && (
|
||||
<div className="space-y-2">
|
||||
<label className={sectionHeaderStyles}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue