Skip to content

Commit 7d01a5a

Browse files
committed
Fix external documentation styling
1 parent 4c6b765 commit 7d01a5a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/style/_layout.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ body
390390
}
391391

392392
.opblock-description-wrapper,
393+
.opblock-external-docs-wrapper,
393394
.opblock-title_normal
394395
{
395396
font-size: 12px;
@@ -418,6 +419,12 @@ body
418419
}
419420
}
420421

422+
.opblock-external-docs-wrapper {
423+
h4 {
424+
padding-left: 0px;
425+
}
426+
}
427+
421428
.execute-wrapper
422429
{
423430
padding: 20px;

0 commit comments

Comments
 (0)