diff --git a/apify-docs-theme/src/theme/custom.css b/apify-docs-theme/src/theme/custom.css index 36bde82280..15d525c776 100644 --- a/apify-docs-theme/src/theme/custom.css +++ b/apify-docs-theme/src/theme/custom.css @@ -606,6 +606,11 @@ article .card h2 { user-select: none; } +.tsd-panel-header .tsd-flag-group { + margin-right: .5rem; + margin-left: .5rem; +} + .tsd-panel .tsd-flag { color: #f2f3fb; }