We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cc698 commit 8e1b705Copy full SHA for 8e1b705
‎frontend/app/[locale]/setup/agentSetup/components/AgentConfigurationSection.tsx‎
@@ -758,7 +758,7 @@ export default function AgentConfigurationSection({
758
759
{/* Action Buttons - Fixed at bottom - Only show in editing mode */}
760
{isEditingMode && (
761
- <div className="flex justify-center mt-4 flex-shrink-0 border-t border-gray-200 bg-white agent-config-buttons">
+ <div className="flex justify-center mb-4 flex-shrink-0 agent-config-buttons">
762
{/* <div className="flex gap-2 lg:gap-3 flex-wrap justify-center"> */}
763
<div className="flex gap-1 sm:gap-2 lg:gap-3 flex-nowrap justify-center w-full">
764
{/* Debug Button - Always show in editing mode */}
0 commit comments