Skip to content

Commit

Permalink
chore(select): remove unneeded patch from start/end slots demo (#3295)
Browse files Browse the repository at this point in the history
  • Loading branch information
averyjohnston authored Dec 6, 2023
1 parent ea8c1e2 commit 34540d7
Showing 1 changed file with 0 additions and 11 deletions.
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

0 comments on commit 34540d7

Please sign in to comment.