Files
coolify/resources/views/components
Andras Bacsai 4592d19ed3 fix: replace inline styles with Tailwind classes in modal-input component
The modal-input component was using inline <style> blocks with ID selectors
to apply width constraints, which had inconsistent specificity and only
applied on lg+ breakpoints. This caused modals to appear full-width instead
of being properly constrained.

Replaced the inline style approach with Tailwind utility classes following
the pattern used in modal-confirmation component:
- Removed inline <style> block with media queries
- Added min-w-full and lg:min-w-[{minWidth}] for responsive minimum width
- Added max-w-[{maxWidth}] and max-h-[calc(100vh-2rem)] for size constraints

This ensures consistent modal sizing across all breakpoints and fixes the
full-width modal issue reported when adding shared environment variables.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 10:29:08 +01:00
..
2023-12-07 19:06:32 +01:00
2023-08-11 20:19:42 +02:00
2024-03-24 16:00:25 +01:00
2023-08-11 20:19:42 +02:00
2024-03-28 12:30:06 +01:00
2023-08-29 16:31:46 +02:00
2023-08-29 16:31:46 +02:00
2024-03-24 16:00:25 +01:00
2024-03-25 10:41:44 +01:00