This commit is contained in:
Cory LaViska
2021-02-10 11:25:13 -05:00
parent 054cfe3a85
commit 6a52bdd6ea
4 changed files with 7 additions and 0 deletions

View File

@@ -6,6 +6,10 @@ Components with the <sl-badge type="warning" pill>Experimental</sl-badge> badge
_During the beta period, these restrictions may be relaxed in the event of a mission-critical bug._ 🐛
## Next
- Fixed bug where `sl-checkbox`, `sl-radio`, and `sl-switch` controls would shrink with long labels [#325](https://github.com/shoelace-style/shoelace/issues/325)
## 2.0.0-beta.27
- Added `handle-icon` slot to `sl-image-comparer` [#311](https://github.com/shoelace-style/shoelace/issues/311)

View File

@@ -16,6 +16,7 @@
}
.checkbox__control {
flex: 0 0 auto;
position: relative;
display: inline-flex;
align-items: center;

View File

@@ -27,6 +27,7 @@
}
.radio__control {
flex: 0 0 auto;
position: relative;
display: inline-flex;
align-items: center;

View File

@@ -25,6 +25,7 @@
}
.switch__control {
flex: 0 0 auto;
position: relative;
display: inline-flex;
align-items: center;