fix: left-align module names in SelectionSummary (#26583)

fixes DEVEX-514, which I accidentally introduced in #26531
This commit is contained in:
Andrew Aquino
2026-06-22 13:15:29 -07:00
committed by GitHub
parent 73acb2d5b4
commit 9b6dc4ab41
@@ -183,7 +183,7 @@ const ModuleSelection: React.FC<ModuleSelectionProps> = ({
className="block w-6 h-6 p-1 rounded-sm border border-border border-solid bg-surface-secondary"
/>
</div>
<span className="ml-2">{module.name}</span>
<span className="flex-1 ml-2">{module.name}</span>
<div className="h-[1lh] content-center">
<Button
size="xs"