You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v4.x
v5.x
v6.x
Current Behavior
All elements of items which are slotted to end should not use the flex width and should be right aligned by default.
Especially input field. (ion-input)
This is my current workaround in global styles. (text-align: end on inline elements takes effect when multiple rows with different widths are present.)
I wonder why does Ionic have this behavior / styles? What do you think about my proposal of right aligned inline end slot? Why not? Looks more complete. I just created this issue as bug because unexpected behavior.
The text was updated successfully, but these errors were encountered:
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.
Prequisites
Ionic Framework Version
Current Behavior
All elements of items which are slotted to end should not use the flex width and should be right aligned by default.
Especially input field. (
ion-input
)Expected Behavior
This is my current workaround in global styles. (text-align: end on inline elements takes effect when multiple rows with different widths are present.)
Steps to Reproduce
I wonder why does Ionic have this behavior / styles? What do you think about my proposal of right aligned inline end slot? Why not? Looks more complete. I just created this issue as bug because unexpected behavior.
The text was updated successfully, but these errors were encountered: