Skip to content

Commit

Permalink
added padding to md2html
Browse files Browse the repository at this point in the history
  • Loading branch information
IPdotSetAF committed Nov 26, 2024
1 parent ee62aaa commit df725a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/app/md2html/md2html.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2>Markdown to HTML Converter</h2>
<code-area innerStyle="min-height:500px;" [(code)]="htmlCode" language="markup" readonly="true" />
}
@else{
<div style="min-height:500px;" [innerHTML]="htmlCode"></div>
<div style="min-height:500px;" class="p-3" [innerHTML]="htmlCode"></div>
}
</div>
<br />
Expand Down

0 comments on commit df725a4

Please sign in to comment.