Compare commits

...

2 Commits

Author SHA1 Message Date
Cory LaViska
e52b300fb0 Merge branch 'next' into tab-group-truncating 2025-10-15 10:25:41 -04:00
Cory LaViska
b10ae5d23e prevent truncation; fixes #1401 2025-10-14 14:22:13 -04:00
2 changed files with 1 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ Components with the <wa-badge variant="warning">Experimental</wa-badge> badge sh
- Fixed a bug in `<wa-checkbox>` where its value would revert to `""` when checked / unchecked [pr:1547]
- Fixed a bug that caused icon button labels to not render in frameworks [issue:1542]
- Fixed a bug in `<wa-details>` that caused the `name` property not to reflect [pr:1538]
- Fixed an overflow style that was causing tab group content to be unnecessarily truncated [issue:1401]
- Fixed a bug in `<wa-icon>` that caused icon buttons to render when non-text nodes were slotted in [issue:1475]
## 3.0.0-beta.6

View File

@@ -27,7 +27,6 @@
.body {
display: block;
overflow: auto;
}
.scroll-button {