pull/385/head
Cory LaViska 2021-03-15 17:49:44 -04:00
rodzic f50d354ceb
commit e7cea10e17
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -9,6 +9,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
## Next
- Fixed a bug where dynamically changing menu items in `sl-select` would cause the display label to be blank [#374](https://github.com/shoelace-style/shoelace/discussions/374)
- Fixed the margin in `sl-menu-label` to align with menu items
## 2.0.0-beta.33

Wyświetl plik

@ -11,6 +11,6 @@
line-height: var(--sl-line-height-normal);
letter-spacing: var(--sl-letter-spacing-normal);
color: var(--sl-color-gray-400);
padding: var(--sl-spacing-xx-small) var(--sl-spacing-xx-large);
padding: var(--sl-spacing-xx-small) var(--sl-spacing-x-large);
user-select: none;
}