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

Missing [text-wrap] .label-ios styles #13157

Closed
rafbgarcia opened this issue Oct 16, 2017 · 3 comments
Closed

Missing [text-wrap] .label-ios styles #13157

rafbgarcia opened this issue Oct 16, 2017 · 3 comments

Comments

@rafbgarcia
Copy link

rafbgarcia commented Oct 16, 2017

Ionic version: (check one with "x")
(For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
[ ] 2.x
[x] 3.x
[ ] 4.x

I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request

Current behavior:
Please check these styles for [text-wrap] .label-md

They do not exist for .label-ios, hence my font-size on iOS is different than what I expect.

Expected behavior:
I expected a custom $font-size-base to change font-size on iOS.

Related code:

<ion-item text-wrap *ngFor="let review of reviews">
  <ion-icon *ngIf="!review.user.hasAvatar" item-start name="md-contact"></ion-icon>
  <ion-avatar *ngIf="review.user.hasAvatar" item-start>
    <img [src]="review.user.thumb">
  </ion-avatar>
  <div class="flex-row">
    <div class="w-75">
      <strong>{{review.user.name}}</strong>
      <p>{{review.date}}</p>
      <p>{{review.user.comments}}</p>
    </div>
    <nf-review-avg [number]="review.average"></nf-review-avg>
  </div>
  <div>{{review.comments}}</div>
  <div>{{review.restaurantResponse}}</div>
</ion-item>

iOS (incorrect) / Android (correct)

@kensodemann kensodemann added this to the 3.planning milestone Oct 16, 2017
@kensodemann
Copy link
Member

Hello! Thank you for opening an issue with us!

I marked this to be discussed at our next milestone meeting to see if we can get this in an upcoming v3.x release.

Thank you for using Ionic

@rafbgarcia
Copy link
Author

Thank you, @kensodemann

@kensodemann kensodemann modified the milestones: 3.planning, 4.x Nov 30, 2017
@brandyscarney brandyscarney modified the milestones: 4.x, @ionic/core 0.0.3 Dec 1, 2017
@brandyscarney brandyscarney modified the milestones: @ionic/core 0.0.3, @ionic/core 0.0.4 Mar 7, 2018
@ionitron-bot
Copy link

ionitron-bot bot commented Sep 1, 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 1, 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

3 participants