diff --git a/apps/web/src/pages/QuotaManager.tsx b/apps/web/src/pages/QuotaManager.tsx index 1086755..0873191 100644 --- a/apps/web/src/pages/QuotaManager.tsx +++ b/apps/web/src/pages/QuotaManager.tsx @@ -138,21 +138,26 @@ function QuotaRow({ {t(`keys.${line.key}`)} {line.instanceDefault} - onDraft(e.target.value)} - /> - - {line.override !== null && ( - - )} + {line.override !== null && ( + + )} + {line.effective} diff --git a/apps/web/src/styles/base.css b/apps/web/src/styles/base.css index 1f505b1..6dbe329 100644 --- a/apps/web/src/styles/base.css +++ b/apps/web/src/styles/base.css @@ -3048,7 +3048,7 @@ ul[data-type='task_list'] li p:last-of-type { margin-bottom: var(--space-2); } -.quota-row__override { +.quota-row__override-inner { display: flex; align-items: center; gap: var(--space-2);