text align
Browse files
src/lib/components/InferencePlayground/InferencePlaygroundModelSelectorModal.svelte
CHANGED
@@ -103,7 +103,7 @@
|
|
103 |
bind:this={backdropEl}
|
104 |
on:click|stopPropagation={handleBackdropClick}
|
105 |
>
|
106 |
-
<div class="flex w-full max-w-[600px] items-start justify-center overflow-hidden whitespace-nowrap p-10">
|
107 |
<div
|
108 |
class="flex h-full w-full flex-col overflow-hidden rounded-lg border bg-white text-gray-900 shadow-md dark:border-gray-800 dark:bg-gray-900 dark:text-gray-300"
|
109 |
bind:this={containerEl}
|
|
|
103 |
bind:this={backdropEl}
|
104 |
on:click|stopPropagation={handleBackdropClick}
|
105 |
>
|
106 |
+
<div class="flex w-full max-w-[600px] items-start justify-center overflow-hidden whitespace-nowrap p-10 text-left">
|
107 |
<div
|
108 |
class="flex h-full w-full flex-col overflow-hidden rounded-lg border bg-white text-gray-900 shadow-md dark:border-gray-800 dark:bg-gray-900 dark:text-gray-300"
|
109 |
bind:this={containerEl}
|