Skip to content

fix(ui): add spacing between Stop button and Running status text#1874

Open
NJX-njx wants to merge 1 commit intoinstill-ai:mainfrom
NJX-njx:fix/1272-add-spacing-stop-running
Open

fix(ui): add spacing between Stop button and Running status text#1874
NJX-njx wants to merge 1 commit intoinstill-ai:mainfrom
NJX-njx:fix/1272-add-spacing-stop-running

Conversation

@NJX-njx
Copy link
Copy Markdown

@NJX-njx NJX-njx commented Mar 3, 2026

Summary

Add spacing between the Stop button and Running status text in the pipeline builder top bar to improve visual clarity and usability.

Problem

The 'Running' status text appears too close to the 'Stop' button, making the interface look cramped and harder to read.

Solution

Increase the gap from \gap-x-1\ (4px) to \gap-x-3\ (12px) in the RunButton component.

Fixes instill-ai/instill-core#1272

Fixes instill-ai/instill-core#1272

Increase gap from gap-x-1 to gap-x-3 for better visual clarity in pipeline builder top bar.

Made-with: Cursor
Copilot AI review requested due to automatic review settings March 3, 2026 14:07
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts the layout spacing in the recipe editor pipeline builder top bar to prevent the “Running” status text from appearing cramped next to the “Stop” button.

Changes:

  • Increased horizontal gap in RunButton container from gap-x-1 (4px) to gap-x-3 (12px).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Improvement] Add spacing between "Stop" button and "Running" status text

2 participants