mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(collectionRepeat): automatically set width/height style to match collection-item-{width,height}
Closes #3034. Closes #1806.
This commit is contained in:
@@ -248,3 +248,9 @@
|
||||
.dark-border {
|
||||
border-color: $button-dark-border;
|
||||
}
|
||||
|
||||
[collection-repeat] {
|
||||
/* Position is set by transforms */
|
||||
left: 0 !important;
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user