Skip to content

Commit 031f1ab

Browse files
committed
right align device/brand
1 parent 14199ee commit 031f1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/src/project/EMSESPDevicesForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class EMSESPDevicesForm extends Component<EMSESPDevicesFormProps, EMSESPDevicesF
181181
</Button>
182182
</CustomTooltip>
183183
</TableCell>
184-
<TableCell>{device.brand + " " + device.name} </TableCell>
184+
<TableCell align="right">{device.brand + " " + device.name} </TableCell>
185185
</TableRow>
186186
))}
187187
</TableBody>

0 commit comments

Comments
 (0)