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
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.
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.
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; }
The text was updated successfully, but these errors were encountered: