From 80a61fcd319db66c2124fbd629e4bc4647520a35 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Mon, 26 Jan 2026 11:34:15 -0500 Subject: [PATCH] Remove fixed min-width from setting-row labels and inputs - Removed min-width: 180px from .setting-row label - Changed min-width: 200px to min-width: 0 for form inputs - Labels now size to content, inputs fill remaining space - Updated cache version to 20260126c Co-Authored-By: Claude Opus 4.5 --- assets/css/dashboard.css | 4 +--- views/CreateTicketView.php | 2 +- views/DashboardView.php | 2 +- views/TicketView.php | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/assets/css/dashboard.css b/assets/css/dashboard.css index 1f9b319..5c1b73a 100644 --- a/assets/css/dashboard.css +++ b/assets/css/dashboard.css @@ -2607,8 +2607,6 @@ body.dark-mode select option { .setting-row label { color: var(--terminal-green); font-family: var(--font-mono); - min-width: 180px; - padding-top: 0.5rem; flex-shrink: 0; } @@ -2620,7 +2618,7 @@ body.dark-mode select option { .setting-row select, .setting-row textarea { flex: 1; - min-width: 200px; + min-width: 0; font-family: var(--font-mono); background: var(--bg-primary); color: var(--terminal-green); diff --git a/views/CreateTicketView.php b/views/CreateTicketView.php index 53382d9..6e208f3 100644 --- a/views/CreateTicketView.php +++ b/views/CreateTicketView.php @@ -8,7 +8,7 @@ Create New Ticket - + diff --git a/views/TicketView.php b/views/TicketView.php index d8e87cb..10a2073 100644 --- a/views/TicketView.php +++ b/views/TicketView.php @@ -46,7 +46,7 @@ function formatDetails($details, $actionType) { Ticket #<?php echo $ticket['ticket_id']; ?> - +