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

MudAlert: Fix content alignment issue #8734 #8735

Merged
merged 1 commit into from
May 2, 2024
Merged

Conversation

neozhu
Copy link
Contributor

@neozhu neozhu commented Apr 18, 2024

before
not alignment
"mud-alert-position justify-sm-start"

image
fixed
mud-alert-position align-center justify-sm-start

image

Copy link
Contributor

@danielchalmers danielchalmers left a comment

Choose a reason for hiding this comment

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

Good idea

@@ -105,6 +105,7 @@
.mud-alert-position {
flex: 1;
display: flex;
align-items:center;
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: missing space between align-items: and center;

@henon henon changed the title fixed mudalert content alignment issue #8734 MudAlert: Fix content alignment issue #8734 Apr 18, 2024
@henon henon merged commit 6564c53 into MudBlazor:dev May 2, 2024
3 checks passed
@henon
Copy link
Collaborator

henon commented May 2, 2024

Thanks!

@ScarletKuro
Copy link
Member

As I understand this fixed this issue #8734 but it wasn't mentioned in the PR

@ScarletKuro ScarletKuro added bug Something does not work as intended/expected and removed PR: needs review labels May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something does not work as intended/expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants