coolify/resources/views/livewire/project
Andras Bacsai cae0bb9d52 fix: use break-all to force line wrapping in logs
Changed word-break strategy to properly wrap long lines:
- Changed from break-words to break-all for aggressive wrapping
- Added min-w-0 to container to allow flex shrinking
- Added max-w-full to pre element to respect parent width
- This ensures long URLs and file paths break anywhere to prevent overflow

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-25 18:05:47 +02:00
..
application fix: resolve Livewire wire:model binding error in domains input 2025-10-25 10:18:07 +02:00
database refactor: migrate database components from legacy model binding to explicit properties 2025-10-13 10:01:17 +02:00
new feat: display service logos in original colors with consistent sizing 2025-10-24 10:22:33 +02:00
resource feat(domains): implement domain conflict detection and user confirmation modal across application components 2025-08-28 10:52:41 +02:00
service Fix inconsistent modal height in Edit Docker Compose dialog 2025-10-23 19:18:50 +02:00
shared fix: use break-all to force line wrapping in logs 2025-10-25 18:05:47 +02:00
add-empty.blade.php feat(ui): Upgrade to Tailwind v4 (#5710) 2025-05-14 12:43:23 +02:00
clone-me.blade.php refactor(ui): enhance project cloning interface with improved table layout for server and resource selection 2025-07-01 11:34:44 +02:00
delete-environment.blade.php refactor: Update confirmation button text for deletion actions 2024-09-23 08:58:04 +02:00
delete-project.blade.php refactor: Update confirmation button text for deletion actions 2024-09-23 08:58:04 +02:00
edit.blade.php feat(sanitization): integrate DOMPurify for HTML sanitization across components 2025-08-19 10:34:54 +02:00
environment-edit.blade.php feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled. 2025-08-26 10:27:38 +02:00
index.blade.php feat(project): enhance project index with resource creation capabilities 2025-10-07 17:17:31 +02:00
show.blade.php ui(core): update projects property type and enhance UI styling 2025-10-01 08:23:35 +02:00