switch padding fix

This commit is contained in:
Adam Bradley
2015-08-07 09:48:33 -05:00
parent bf286353f7
commit 898160cca2
3 changed files with 5 additions and 5 deletions

View File

@ -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 {

View File

@ -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();
});