Skip to content

Commit c1bf9c4

Browse files
committed
frontend/deviceTable: fix spacing of last table column
1 parent 2c44da0 commit c1bf9c4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frontend/src/components/device/DeviceTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export function DeviceTable({
9393
</Col>
9494
</Row>
9595
</th>
96-
<th onClick={() => onSort("firmware_version")} style={{width: "1px", whiteSpace: "nowrap", padding: "0.5rem 0.25rem"}}>
96+
<th onClick={() => onSort("firmware_version")}>
9797
<Row className="flex-nowrap g-0">
9898
<Col>
9999
{t("firmware_version")}

frontend/src/components/device/DeviceTableRow.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export function DeviceTableRow({
7979
<Row className="m-0">
8080
<Col
8181
className="d-flex align-items-center p-0"
82-
style={{minWidth: "180px", whiteSpace: "pre-line", overflowWrap: "anywhere"}}
8382
>
8483
<Container
8584
className="ps-0"

0 commit comments

Comments
 (0)