33df3abbf4
Removed duplicate input field styling from individual pages: - ModelsList.vue: removed .input height/padding/border styles - ShadowRunQueue.vue: removed .input height/padding/border styles - ApprovalQueue.vue: removed .filters and .input styles PageLayout now provides the authoritative source for input styling: - All inputs in .ks-page__filters use consistent 34px height - Padding: 0 0.75rem - Border-radius: 4px - Box-sizing: border-box Individual pages now only define width constraints (max-width: 350px for search). This applies the DRY principle - single source of truth for filter input styling across all pages. Reduces code duplication and improves maintainability. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>