diff options
-rw-r--r-- | core/src/main/kotlin/Formats/KotlinWebsiteHtmlFormatService.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/kotlin/Formats/KotlinWebsiteHtmlFormatService.kt b/core/src/main/kotlin/Formats/KotlinWebsiteHtmlFormatService.kt index 5bd346da..220f2f4d 100644 --- a/core/src/main/kotlin/Formats/KotlinWebsiteHtmlFormatService.kt +++ b/core/src/main/kotlin/Formats/KotlinWebsiteHtmlFormatService.kt @@ -161,6 +161,7 @@ open class KotlinWebsiteHtmlOutputBuilder( override fun appendPlatforms(platforms: Set<String>) { val platformsToKind = calculatePlatforms(platforms) div(to, "tags") { + div(to, "spacer") {} platformsToKind.entries.forEach { (kind, values) -> values.forEach { value -> div(to, "tags__tag $kind tag-value-$value") { |