mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
switch padding fix
This commit is contained in:
@ -29,7 +29,7 @@ $switch-ios-transition-duration: 200ms !default;
|
||||
|
||||
.item-media {
|
||||
margin: 0;
|
||||
padding: $item-ios-padding-media-top $item-ios-padding-right $item-ios-padding-media-bottom ($item-ios-padding-left + 20);
|
||||
padding: 6px $item-ios-padding-right 6px ($item-ios-padding-left + 20);
|
||||
}
|
||||
|
||||
.switch-icon {
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
it('should check apple via checkbox element click', function() {
|
||||
it('should check apple via switch element click', function() {
|
||||
element(by.css('#e2eAppleCheckbox')).click();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user