Skip to content

Commit 44c38b8

Browse files
authored
fix(stackblitz): corrected styles of examples (#DS-2933) (#348)
1 parent 45a91f7 commit 44c38b8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

apps/docs/src/assets/stackblitz/src/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
rel="dns-prefetch"
2222
/>
2323
</head>
24-
<body>
25-
<div class="kbq-app-background basic-container kbq-light docs">
26-
<koobiq-docs-example>loading</koobiq-docs-example>
27-
</div>
24+
<body class="kbq-app-background basic-container kbq-light docs">
25+
<koobiq-docs-example>loading</koobiq-docs-example>
2826
<span class="version-info">Current build: ${version}</span>
2927
</body>
3028
</html>

0 commit comments

Comments
 (0)