removed overflow auto on item-wrap

This commit is contained in:
Max Lynch
2013-11-18 10:59:48 -06:00
parent f300b162f1
commit 86b19f9923
2 changed files with 2 additions and 2 deletions

2
dist/css/ionic.css vendored
View File

@ -1524,7 +1524,7 @@ button.item.item-complex {
.item-body h5,
.item-body h6,
.item-body p {
overflow: auto;
overflow: hidden;
white-space: normal; }
.item-complex.item-text-wrap,

View File

@ -173,7 +173,7 @@ button.item.item-complex {
.item-body h5,
.item-body h6,
.item-body p {
overflow: auto;
overflow: hidden;
white-space: normal;
}
.item-complex.item-text-wrap,