From 0b867f0e25ec21865a5bb0f932ed3e3e05b48011 Mon Sep 17 00:00:00 2001 From: Abdul Wahab Date: Mon, 10 Aug 2026 07:31:49 +0500 Subject: [PATCH] Tighten configure hub pill sizing. Pills shrink to content width and use slightly more padding so values read as compact chips rather than full-width rows. Co-authored-by: Cursor --- picker/styles/picker.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/picker/styles/picker.css b/picker/styles/picker.css index 68541a992..05333bc03 100644 --- a/picker/styles/picker.css +++ b/picker/styles/picker.css @@ -7682,8 +7682,9 @@ body.picker-page { align-items: center; justify-content: space-between; gap: 12px; + width: fit-content; max-width: 100%; - padding: 4px 9px; + padding: 6px 9px; color: var(--ks-text-faint); font-size: 12.5px; letter-spacing: 0.015em;