TextPanel: Fix <summary> styling missing the disclosure triangle (#70133)

TextPanel: Fix <summary> styling
pull/69208/head^2
Josh Hunt 3 years ago committed by GitHub
parent 1f6a44f58b
commit 57d7288fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      public/sass/base/_normalize.scss

@ -40,8 +40,7 @@ header,
main,
menu,
nav,
section,
summary {
section {
display: block;
}

Loading…
Cancel
Save