mirror of
https://github.com/coder/coder.git
synced 2026-09-21 12:44:32 +08:00
fix: left-align module names in SelectionSummary (#26583)
fixes DEVEX-514, which I accidentally introduced in #26531
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user