Skip to content

Commit b41129a

Browse files
authored
Tabular-nums for the individually selected runs number (#2421)
1 parent 0261ccb commit b41129a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.bulkaction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ export function CreateBulkActionInspector({
320320
label={simplur`${selectedItems.size} individually selected run[|s]`}
321321
value={"selected"}
322322
variant="button/small"
323-
className="grow"
323+
className="grow tabular-nums"
324324
/>
325325
</RadioGroup>
326326
</InputGroup>

0 commit comments

Comments
 (0)