Skip to content

Commit 9f3c1c7

Browse files
committed
summary element should display as list-item in order for the arrow widget to show, so we don't want to normalise it to block - let the browser native styles handle it correctly
1 parent 8faba9a commit 9f3c1c7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "honeycomb-web-toolkit",
3-
"version": "14.1.18",
3+
"version": "14.1.19",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/red-gate/honeycomb-web-toolkit"

src/base/vendor/_normalize.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ hgroup,
4141
main,
4242
menu,
4343
nav,
44-
section,
45-
summary {
44+
section {
4645
display: block;
4746
}
4847

0 commit comments

Comments
 (0)