Spaces:
Running
Running
Update flare-ui/src/app/components/environment/environment.component.html
Browse files
flare-ui/src/app/components/environment/environment.component.html
CHANGED
@@ -303,6 +303,7 @@
|
|
303 |
[disabled]="loading"
|
304 |
rows="10"
|
305 |
placeholder="Enter internal system prompt..."
|
|
|
306 |
></textarea>
|
307 |
<mat-hint>This prompt will be prepended to all project prompts</mat-hint>
|
308 |
</mat-form-field>
|
|
|
303 |
[disabled]="loading"
|
304 |
rows="10"
|
305 |
placeholder="Enter internal system prompt..."
|
306 |
+
class="code-textarea"
|
307 |
></textarea>
|
308 |
<mat-hint>This prompt will be prepended to all project prompts</mat-hint>
|
309 |
</mat-form-field>
|