mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +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 h6,
|
||||
.item-body p {
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
white-space: normal; }
|
||||
|
||||
.item-complex.item-text-wrap,
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user