Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions static/usage/v7/select/start-end-slots/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@
<script src="../../../common.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/@ionic/core@7/dist/ionic/ionic.esm.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ionic/core@7/css/ionic.bundle.css" />

<style>
/**
* This is to deal with a bug in 7.6 where a select in a list/item
* wrapped in a flex container will shrink to 0 width. When the bug
* is fixed, we can remove this.
*/
ion-list {
min-width: 400px;
}
</style>
</head>

<body>
Expand Down