Skip to content

Commit 7b85e98

Browse files
committed
fix(fe): fix aligment of icons in dc region
1 parent c352b7a commit 7b85e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/runner-config-table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ function Regions({ regions }: { regions: string[] }) {
258258
if (regions.length === 1) {
259259
return (
260260
<ActorRegion
261-
className="w-full items-start flex-1"
261+
className="w-full items-center flex-1"
262262
regionId={regions[0]}
263263
showLabel
264264
/>

0 commit comments

Comments
 (0)