Skip to content

Commit 618eae0

Browse files
authored
fix(fe): fix alignment of icons in dc region (#3271)
* fix(fe): empty token it is a valid token * fix(fe): redirect engine users to connect page when there's no actors * fix(fe): fix aligment of icons in dc region
1 parent 0d19306 commit 618eae0

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)