style: standardize min-width values across multiple components for improved layout consistency

This commit is contained in:
Usman Baig
2026-02-21 23:39:29 +01:00
parent fb47cb0c86
commit 0b68db58be
8 changed files with 13 additions and 13 deletions

View File

@@ -1502,7 +1502,7 @@ export default function OrganizationSettings() {
</span>
<span className="block text-xs text-neutral-500 mt-0.5">{plan.sites}</span>
{isCurrentPlan && (
<span className="absolute -top-2 right-2 px-1.5 py-0.5 text-[10px] font-medium bg-neutral-100 dark:bg-neutral-800 text-neutral-600 dark:text-neutral-400 rounded-full border border-neutral-200 dark:border-neutral-700">
<span className="absolute -top-2 right-2 px-1.5 py-0.5 text-xs font-medium bg-neutral-100 dark:bg-neutral-800 text-neutral-600 dark:text-neutral-400 rounded-full border border-neutral-200 dark:border-neutral-700">
Current
</span>
)}