diff --git a/scss/ionic.app.scss b/scss/ionic.app.scss index c5d58ca35e225f38076eb2c7be46e88bafa17330..2860659144c70635520c6439a20cbc096ccd7b64 100644 --- a/scss/ionic.app.scss +++ b/scss/ionic.app.scss @@ -1289,8 +1289,11 @@ a.underline:hover, } } + // checkbox .item.item-avatar.item-checkbox .item-content { padding-left: 47px; + min-height: auto !important; + height: auto !important; } }