We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6935b24 + 41df8e4 commit ddcc047Copy full SHA for ddcc047
src/ApiHeadersDocument.js
@@ -60,7 +60,7 @@ export class ApiHeadersDocument extends LitElement {
60
font-weight: var(--api-parameters-document-h3-font-weight, var(--arc-font-subhead-font-weight));
61
line-height: var(--api-parameters-document-h3-line-height, var(--arc-font-subhead-line-height));
62
}
63
-
+
64
:host([narrow]) .heading3 {
65
font-size: var(--api-headers-document-title-narrow-font-size, var(--arc-font-subhead-narrow-font-size, 17px));
66
@@ -189,4 +189,4 @@ export class ApiHeadersDocument extends LitElement {
189
toggle() {
190
this.opened = !this.opened;
191
192
-}
+}
0 commit comments