Skip to content

Commit cb9110f

Browse files
committed
margin applied to the right classes
1 parent 5c9efc3 commit cb9110f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apify-docs-theme/src/theme/custom.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -606,8 +606,9 @@ article .card h2 {
606606
user-select: none;
607607
}
608608

609-
.tsd-flag-group {
610-
margin: 0 .5rem;
609+
.tsd-panel-header .tsd-flag-group {
610+
margin-right: .5rem;
611+
margin-left: .5rem;
611612
}
612613

613614
.tsd-panel .tsd-flag {

0 commit comments

Comments
 (0)