-
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
stacked labels do not play nice with item-right - Part 2 #5731
Comments
Ok I had to add a wrapper to labels/inputs in order for this to work but now you can have avatars, thumbnails, buttons, etc. aligned vertically to the right of stacked/floating labels. If you wanted to align the button to the top you could add the following css:
and to the bottom using:
I'm wondering if there should be a simple way of doing this, similar to
Any thoughts? cc @adamdbradley |
Windows mode will default to aligning the |
Short description of the problem:
This is a follow up on the closed issue with stacked labels found here with this fix
What behavior are you expecting?
The item-left is vertically centered but the item-right is not. It shows on the bottom right corner in an
<ion-item>
Wouldn't it make sense to place the right icons in the middle of the (vertically)? Just like the icon on the left? Take the markup below using an arrow-forward ionicon. It just doesn't look right to see the icon on the bottom right corner in iOS
Steps to reproduce:
Ionic Version: 2.x
Browser & Operating System: iOS / Chrome
Run
ionic info
from terminal/cmd prompt:The text was updated successfully, but these errors were encountered: