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 alignment of AssigneeBox button #5228

Closed

Conversation

breizeway
Copy link

@breizeway breizeway commented Apr 7, 2024

After I got the Huly platform up and running locally, I quickly noticed an alignment bug on the AssigneeBox component on the "All Projects" in the "Tracker" section.

image

After doing a little digging, it looks like this bug was introduced in PR #5013 with the addition of the h-full class. This bug goes away if I remove that class, but--assuming that new class is necessary--it can be fixed in this instance by adding flex items-center. The size of the button was also inconsistent compared to others in the table, so I bumped it up to large.

image

Huly®: UBERF-6396

@aonnikov
Copy link
Member

Looks good to me. Could you sign-off your commits to pass DCO check?

@aonnikov aonnikov self-requested a review April 11, 2024 10:44
@breizeway breizeway marked this pull request as ready for review April 11, 2024 20:35
Signed-off-by: Tannor Breitigam <70126993+breizeway@users.noreply.github.com>
@breizeway
Copy link
Author

Looks good to me. Could you sign-off your commits to pass DCO check?

Ah, of course. It should be ok now.

@aonnikov
Copy link
Member

It looks like there are formatting issues. Please resolve them when you have a chance.

g

Signed-off-by: Tannor Breitigam <70126993+breizeway@users.noreply.github.com>
@aonnikov aonnikov closed this May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants