fix: left-align callout on regular view, keep centered in modal
Removed mx-auto from change.blade.php (regular page view) so the callout is left-aligned. The create.blade.php modal version keeps mx-auto for centered display. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
fc285625c2
commit
49f903b9fa
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class="bg-transparent border-transparent hover:bg-transparent hover:border-trans
|
|||
instantSave id="isSystemWide" />
|
||||
</div>
|
||||
@if ($isSystemWide)
|
||||
<div class="w-full max-w-2xl mx-auto">
|
||||
<div class="w-full max-w-2xl">
|
||||
<x-callout type="warning" title="Not Recommended">
|
||||
<div class="whitespace-normal break-words">
|
||||
System-wide GitHub Apps are shared across all teams on this Coolify instance. This means any team can use this GitHub App to deploy applications from your repositories. For better security and isolation, it's recommended to create team-specific GitHub Apps instead.
|
||||
|
|
|
|||
Loading…
Reference in a new issue