Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix run type icon alignment with run type text #36616

Merged
merged 1 commit into from Jan 5, 2024

Conversation

shohamy7
Copy link
Contributor

@shohamy7 shohamy7 commented Jan 5, 2024


closes: #36574
There is a mis-alignment with the run type icon and the run type text.
This PR resolve this issue by declaring the vertical-align property.
Before this PR, the run type looked like this:
Screen Shot 2024-01-05 at 16 01 28
After this PR, the run type will look like this:
Screen Shot 2024-01-05 at 16 02 39

I have tested all other icons (scheduled, backfill, dataset_triggered) as well, all looks better now :)

@boring-cyborg boring-cyborg bot added area:UI Related to UI/UX. For Frontend Developers. area:webserver Webserver related Issues labels Jan 5, 2024
@shohamy7
Copy link
Contributor Author

shohamy7 commented Jan 5, 2024

cc: amoghrajesh

@eladkal eladkal added this to the Airflow 2.8.1 milestone Jan 5, 2024
@eladkal eladkal added the type:misc/internal Changelog: Misc changes that should appear in change log label Jan 5, 2024
@bbovenzi bbovenzi merged commit 70be78f into apache:main Jan 5, 2024
50 checks passed
Copy link
Contributor

@amoghrajesh amoghrajesh left a comment

Choose a reason for hiding this comment

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

Looks good to me!

ephraimbuddy pushed a commit that referenced this pull request Jan 11, 2024
abhishekbhakat pushed a commit to abhishekbhakat/my_airflow that referenced this pull request Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:UI Related to UI/UX. For Frontend Developers. area:webserver Webserver related Issues type:misc/internal Changelog: Misc changes that should appear in change log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Align the run type icon in line with text in grid view
4 participants