We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930c318 commit bef1f1cCopy full SHA for bef1f1c
src/app/index.ts
@@ -317,7 +317,6 @@ function setCompInfo(comp: string): void {
317
<pre><code>${highlightHTML(compHTMLRaw)}</code></pre>
318
</div>
319
320
- <br>
321
`);
322
323
const componentHTML: JQuery<HTMLElement> = compPreviewEl.find(".component-html");
src/app/styles/_preview.scss
@@ -15,6 +15,7 @@
15
border-radius: 6px;
16
background: $bg-main;
17
margin-bottom: 1.25em;
18
+ margin-top: 1.25em;
19
overflow: hidden;
20
21
&.component-container-img {
0 commit comments