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

Shifting input label issue in IOS 7 when the input text is big. #1401

Closed
SureshKojha opened this issue May 15, 2014 · 2 comments
Closed

Shifting input label issue in IOS 7 when the input text is big. #1401

SureshKojha opened this issue May 15, 2014 · 2 comments
Assignees

Comments

@SureshKojha
Copy link

ios7 issue

Input labels got shifts out of container when the input text is big in Android as well as in IOS.After removing the first 5 properties from input-label class its working fine for me in Android and IOS 6 but still having issue in IOS7.

.input-label {
-webkit-box-flex: 1;
-webkit-flex: 1 0 100px;
-moz-box-flex: 1;
-moz-flex: 1 0 100px;
-ms-flex: 1 0 100px;
flex: 1 0 100px;
display: table;
padding: 7px 10px 7px 3px;
max-width: 200px;
width: 35%;
color: #444;
font-weight: bold;
font-size: 14px; }

@adamdbradley
Copy link
Contributor

Duplicate of #1390 #1413

@ionitron-bot
Copy link

ionitron-bot bot commented Sep 6, 2018

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.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants