mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
fix alignment to match other controls
This commit is contained in:
@@ -13,8 +13,10 @@ export default css`
|
||||
/** The popup */
|
||||
.select {
|
||||
flex: 1 1 auto;
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.select::part(popup) {
|
||||
@@ -60,6 +62,9 @@ export default css`
|
||||
border: none;
|
||||
background: none;
|
||||
cursor: inherit;
|
||||
overflow: hidden;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user