Skip to content

Commit

Permalink
[ui] fix padding of runs tab (#25556)
Browse files Browse the repository at this point in the history
## Summary & Motivation

<img width="655" alt="image"
src="https://github.com/user-attachments/assets/1b1760e2-23c8-4b99-91d9-af6b310e842f">

## How I Tested These Changes

## Changelog

> Insert changelog entry or delete this section.
  • Loading branch information
cmpadden authored Oct 25, 2024
1 parent 561665a commit ccd0567
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export const RunsFeedRoot = () => {
<Box
border="bottom"
background={Colors.backgroundLight()}
padding={{left: 24, right: 20, top: 12}}
padding={{left: 24, right: 20}}
flex={{direction: 'row', justifyContent: 'space-between'}}
>
{tabs}
Expand Down

1 comment on commit ccd0567

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-bf9rmgvna-elementl.vercel.app

Built with commit ccd0567.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.