mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-13 17:22:37 +02:00
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…
Add table
Add a link
Reference in a new issue