Bug fixes
This commit is contained in:
parent
ff058382b6
commit
62fba8fda6
3
components/dist/select.js
vendored
3
components/dist/select.js
vendored
@ -432,13 +432,12 @@ smOption.innerHTML = `
|
|||||||
}
|
}
|
||||||
.option{
|
.option{
|
||||||
position: relative;
|
position: relative;
|
||||||
display: grid;
|
display: flex;
|
||||||
-webkit-box-align: center;
|
-webkit-box-align: center;
|
||||||
-ms-flex-align: center;
|
-ms-flex-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
grid-template-columns: max-content minmax(0, 1fr);
|
|
||||||
padding: var(--padding, 0.6rem 1rem);
|
padding: var(--padding, 0.6rem 1rem);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|||||||
2
components/dist/select.min.js
vendored
2
components/dist/select.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user