Skip to content

Commit b33fb6c

Browse files
committed
chore: Update width of container in general.blade.php
1 parent 0a6826a commit b33fb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/project/application/general.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ class="underline" href="https://coolify.io/docs/knowledge-base/docker/registry"
235235
label="Docker Compose Content" helper="You need to modify the docker compose file."
236236
monacoEditorLanguage="yaml" useMonacoEditor />
237237
@endif
238-
<div class="w-72">
238+
<div class="w-96">
239239
<x-forms.checkbox label="Escape special characters in labels?"
240240
helper="By default, $ (and other chars) is escaped. So if you write $ in the labels, it will be saved as $$.<br><br>If you want to use env variables inside the labels, turn this off."
241241
id="application.settings.is_container_label_escape_enabled" instantSave></x-forms.checkbox>

0 commit comments

Comments
 (0)