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 <cursoragent@cursor.com>
This commit is contained in:
Abdul Wahab
2026-09-01 10:02:40 +05:00
co-authored by Cursor
parent b629daef01
commit 0b867f0e25
+2 -1
View File
@@ -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;