-
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
Extra padding for some ion-item's #5534
Comments
Should be fixed in the nightly builds. Thanks for the heads up |
Revisiting this, seems like there could be a better solution. Going to reopen this and think on this. |
Have noticed that when using In many cases it seems this extra padding is unnecessary and limits the space available for text. I would of expected both approaches to work in the same way, but due to being given the .item-complex class it adopts the following padding... padding: $item-padding (ceil( ($item-padding * 3) + ($item-padding / 3) ) - 5) $item-padding $item-padding; ..., which is different from the default padding provided by a normal .item. |
This issue was moved to ionic-team/ionic-v1#197 |
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. |
Short description of the problem:
Padding for
ion-item
's content is adjusted if the item is a link. This is especially apparent if you use anitem-note
but no item buttons.What behavior are you expecting?
The padding to be the same, for the same content, regardless of whether it's a link or not.
Steps to reproduce:
Ionic Version: nightly, driftyco:ionic 1.2.4 for meteor
Browser & Operating System: OSX + Chrome. Doesn't occur on Android / Chrome
Run
ionic info
from terminal/cmd prompt: n/a, I don't have the CLI installed.The text was updated successfully, but these errors were encountered: