Reduce width of Edit Domains modal
Reduced the minWidth of the Edit Domains modal from 36rem to 24rem to provide a more compact and focused user experience. The modal was previously too wide for the simple domain input form. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
9aa4699f1e
commit
4c7d059469
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
|||
@if ($application->fqdn)
|
||||
<span class="flex gap-1 text-xs">{{ Str::limit($application->fqdn, 60) }}
|
||||
@can('update', $service)
|
||||
<x-modal-input title="Edit Domains" :closeOutside="false">
|
||||
<x-modal-input title="Edit Domains" :closeOutside="false" minWidth="24rem">
|
||||
<x-slot:content>
|
||||
<span class="cursor-pointer">
|
||||
<svg xmlns="http://www.w3.org/2000/svg"
|
||||
|
|
|
|||
Loading…
Reference in a new issue