mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
removed overflow auto on item-wrap
This commit is contained in:
2
dist/css/ionic.css
vendored
2
dist/css/ionic.css
vendored
@ -1524,7 +1524,7 @@ button.item.item-complex {
|
|||||||
.item-body h5,
|
.item-body h5,
|
||||||
.item-body h6,
|
.item-body h6,
|
||||||
.item-body p {
|
.item-body p {
|
||||||
overflow: auto;
|
overflow: hidden;
|
||||||
white-space: normal; }
|
white-space: normal; }
|
||||||
|
|
||||||
.item-complex.item-text-wrap,
|
.item-complex.item-text-wrap,
|
||||||
|
|||||||
@ -173,7 +173,7 @@ button.item.item-complex {
|
|||||||
.item-body h5,
|
.item-body h5,
|
||||||
.item-body h6,
|
.item-body h6,
|
||||||
.item-body p {
|
.item-body p {
|
||||||
overflow: auto;
|
overflow: hidden;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
.item-complex.item-text-wrap,
|
.item-complex.item-text-wrap,
|
||||||
|
|||||||
Reference in New Issue
Block a user