Skip to content

Commit

Permalink
fix: #1957
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jun 11, 2023
1 parent 5887005 commit 10f5976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
11 changes: 0 additions & 11 deletions CHANGELOG.md
Expand Up @@ -2,13 +2,6 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 3.0.29 (2023-06-11)

### 3.0.28 (2023-06-11)

### 3.0.27 (2023-06-11)

### 3.0.26 (2023-06-11)

### 3.0.25 (2023-06-11)

Expand All @@ -20,10 +13,6 @@ All notable changes to this project will be documented in this file. See [standa
* [#1962](https://github.com/saadeghi/daisyui/issues/1962) ([c898d0d](https://github.com/saadeghi/daisyui/commit/c898d0d39a0746c0a2c881df77df2b8114c47907))
* **layout_typography:** Grammatical Error, missing period ([#1952](https://github.com/saadeghi/daisyui/issues/1952)) ([38c1a10](https://github.com/saadeghi/daisyui/commit/38c1a1042c75c39ab6861220689a85650542378f))

### [3.0.20](https://github.com/saadeghi/daisyui/compare/v3.0.19...v3.0.20) (2023-06-07)

### [3.0.19](https://github.com/saadeghi/daisyui/compare/v3.0.15...v3.0.19) (2023-06-07)

### [3.0.18](https://github.com/saadeghi/daisyui/compare/v3.0.15...v3.0.18) (2023-06-07)


Expand Down
6 changes: 3 additions & 3 deletions src/components/unstyled/join.css
@@ -1,8 +1,5 @@
.join {
@apply inline-flex items-stretch;
& * {
@apply rounded-[inherit];
}
& :where(.join-item) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
Expand Down Expand Up @@ -41,3 +38,6 @@
border-bottom-right-radius: inherit;
}
}
:where(.join *) {
@apply rounded-[inherit];
}

0 comments on commit 10f5976

Please sign in to comment.