Skip to content

Commit 8f89e99

Browse files
fix: space between header and flags added (#1286)
![CleanShot 2024-11-13 at 09 56 26@2x](https://github.com/user-attachments/assets/b924d3e5-1f06-4a02-a5fc-2a750924e845)
1 parent 96aa370 commit 8f89e99

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,11 @@ article .card h2 {
606606
user-select: none;
607607
}
608608

609+
.tsd-panel-header .tsd-flag-group {
610+
margin-right: .5rem;
611+
margin-left: .5rem;
612+
}
613+
609614
.tsd-panel .tsd-flag {
610615
color: #f2f3fb;
611616
}

0 commit comments

Comments
 (0)