Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(select): remove unneeded patch from start/end slots demo #3295

Merged
merged 1 commit into from
Dec 6, 2023
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
Loading