Skip to content

Commit 34540d7

Browse files
chore(select): remove unneeded patch from start/end slots demo (#3295)
1 parent ea8c1e2 commit 34540d7

File tree

1 file changed

+0
-11
lines changed
  • static/usage/v7/select/start-end-slots

1 file changed

+0
-11
lines changed

static/usage/v7/select/start-end-slots/demo.html

-11
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@
88
<script src="../../../common.js"></script>
99
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@7/dist/ionic/ionic.esm.js"></script>
1010
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@7/css/ionic.bundle.css" />
11-
12-
<style>
13-
/**
14-
* This is to deal with a bug in 7.6 where a select in a list/item
15-
* wrapped in a flex container will shrink to 0 width. When the bug
16-
* is fixed, we can remove this.
17-
*/
18-
ion-list {
19-
min-width: 400px;
20-
}
21-
</style>
2211
</head>
2312

2413
<body>

0 commit comments

Comments
 (0)