Skip to content

Commit 4f66cbc

Browse files
committed
frontend/devices: ensure both buttons are the sam size
1 parent 2f2ab26 commit 4f66cbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/components/device/DeviceTableRow.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export function DeviceTableRow({
5353
await onConnect(device);
5454
}}
5555
variant="primary"
56+
className="w-100"
5657
>
5758
{t("connect")}
5859
</Button>
@@ -61,6 +62,7 @@ export function DeviceTableRow({
6162
onDelete(device);
6263
}}
6364
variant="danger"
65+
className="w-100"
6466
>
6567
{t("remove")}
6668
</Button>

0 commit comments

Comments
 (0)