kopia lustrzana https://github.com/shoelace-style/shoelace
rodzic
61f2fdbca1
commit
4e09bacae9
|
@ -16,6 +16,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti
|
|||
|
||||
- Fixed a bug in `<sl-textarea>` causing scroll jumping when using `resize="auto"` [#2182]
|
||||
- Fixed a bug in `<sl-relative-time>` where the title attribute would show with redundant info [#2184]
|
||||
- Fixed a bug in `<sl-select>` that caused multi-selects without placeholders to have the wrong padding [#2194]
|
||||
|
||||
## 2.17.1
|
||||
|
||||
|
|
|
@ -209,7 +209,7 @@ export default css`
|
|||
margin-inline-start: var(--sl-input-spacing-medium);
|
||||
}
|
||||
|
||||
.select--medium.select--multiple:not(.select--placeholder-visible) .select__combobox {
|
||||
.select--medium.select--multiple .select__combobox {
|
||||
padding-inline-start: 0;
|
||||
padding-block: 3px;
|
||||
}
|
||||
|
@ -238,7 +238,7 @@ export default css`
|
|||
margin-inline-start: var(--sl-input-spacing-large);
|
||||
}
|
||||
|
||||
.select--large.select--multiple:not(.select--placeholder-visible) .select__combobox {
|
||||
.select--large.select--multiple .select__combobox {
|
||||
padding-inline-start: 0;
|
||||
padding-block: 4px;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue