a6659bc840
CRITICAL FIX: Filters container must explicitly set width: 100% to span the full parent width and prevent content-based shrink-to-fit. Without width: 100%, .filters collapses to content width, causing filter inputs to wrap to multiple lines when parent container width changes. Added 'width: 100%;' to .filters in: - ModelsList.vue - ShadowRunQueue.vue - ApprovalQueue.vue - DataQualityPage.vue Result: Filters now correctly span full width and display on single line. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>