Skip to content

Commit ddcc047

Browse files
committed
Merge branch 'stage'
Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
2 parents 6935b24 + 41df8e4 commit ddcc047

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ApiHeadersDocument.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class ApiHeadersDocument extends LitElement {
6060
font-weight: var(--api-parameters-document-h3-font-weight, var(--arc-font-subhead-font-weight));
6161
line-height: var(--api-parameters-document-h3-line-height, var(--arc-font-subhead-line-height));
6262
}
63-
63+
6464
:host([narrow]) .heading3 {
6565
font-size: var(--api-headers-document-title-narrow-font-size, var(--arc-font-subhead-narrow-font-size, 17px));
6666
}
@@ -189,4 +189,4 @@ export class ApiHeadersDocument extends LitElement {
189189
toggle() {
190190
this.opened = !this.opened;
191191
}
192-
}
192+
}

0 commit comments

Comments
 (0)