-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
Modify the ION-ITEM css #18703
Comments
Hi there, This change was made to fix #16375. Can you provide a code example of how you are using Please be sure to include what the expected behavior is and what the actual behavior is. |
In #16375 comments .item-label-stacked, But configure align-items in INNER, |
Hi there, I understand what the proposed solution is. It would be very helpful if you could provide an example of how you are using |
I'm using it in many ways. But the default usage is in Forms or List.
|
Thanks for the follow up! I discussed with another team member, and we agree that we should have |
Thanks |
It should be
Agreed this is a much better solution, so it can still be custumized! |
@brandyscarney what chance do we see this change in the next version of Ionic? |
inherits alignment in inner item fixes #18703
PR created here: #19278 It just needs review and verification that it didn't have bad effects on other elements. |
+1 on this one. I need to set flex alignment on a ion-item button, but it's impossible |
inherits alignment in inner item, sets item alignment to center fixes #18703
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Feature Request
Please, change ion-item css above:
:host(.item-label-floating) .item-native, :host(.item-label-stacked) .item-native {
align-items: start;
}
to:
:host(.item-label-floating) .item-native, :host(.item-label-stacked) .item-native {
align-items: inherit;
}
My ion-item have always been centered now I can no longer align correctly
Ionic version:
[x] 4.x
The text was updated successfully, but these errors were encountered: