Skip to content

Commit

Permalink
Merge pull request gradio-app#832 from gradio-app/textarea_line_fix
Browse files Browse the repository at this point in the history
restore typography
  • Loading branch information
abidlabs authored Mar 17, 2022
2 parents 427d70f + 65b5b66 commit ab6c5f3
Show file tree
Hide file tree
Showing 3 changed files with 6,475 additions and 6 deletions.
3 changes: 2 additions & 1 deletion ui/packages/app/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import "./themes/grass.css";
import "./themes/peach.css";
import "./themes/seafoam.css";
import "./themes/typography.min.css";
import { _ } from "svelte-i18n";
import { setupi18n } from "./i18n";
setupi18n();
Expand Down Expand Up @@ -61,7 +62,7 @@
<h1 class="title text-center p-4 text-4xl">{title}</h1>
{/if}
{#if description}
<p class="description pb-4">{@html description}</p>
<p class="description prose pb-4">{@html description}</p>
{/if}
<Interface
{input_components}
Expand Down
Loading

0 comments on commit ab6c5f3

Please sign in to comment.