We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8c1e2 commit 34540d7Copy full SHA for 34540d7
static/usage/v7/select/start-end-slots/demo.html
@@ -8,17 +8,6 @@
8
<script src="../../../common.js"></script>
9
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@7/dist/ionic/ionic.esm.js"></script>
10
<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>
22
</head>
23
24
<body>
0 commit comments