We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e664d83 commit 88da52bCopy full SHA for 88da52b
frontend/src/components/device/DeviceTableRow.tsx
@@ -80,8 +80,9 @@ export function DeviceTableRow({
80
<Col
81
className="d-flex align-items-center p-0"
82
>
83
+ {/* This Container is needed to enable multiple lines in the note */}
84
<Container
- className="ps-0"
85
+ className="ps-0 m-0 mw-100"
86
onClick={split.length <= 2 ? undefined : () => setExpand(!expand)}
87
style={{cursor: split.length <= 1 ? undefined : "pointer"}}
88
@@ -124,7 +125,7 @@ export function DeviceTableRow({
124
125
</Row>
126
</Container>
127
</td>
- <td class="align-middle" style={{width: "1px", whiteSpace: "nowrap", padding: "0.5rem 0.25rem"}}>
128
+ <td class="align-middle">
129
{device.firmware_version}
130
131
</tr>
0 commit comments