minor spacing changes
This commit is contained in:
parent
56f78dd906
commit
5229aff9ab
2 changed files with 2 additions and 2 deletions
|
|
@ -431,7 +431,7 @@ export default function Devices() {
|
|||
const description = device.settings?.description ?? ""
|
||||
let size = (hasCo2 && !groupGas) ? 26 : 36
|
||||
return (
|
||||
<Box >
|
||||
<Box className={classes.descriptionCellContainer} >
|
||||
<Tooltip title={description}>
|
||||
<span>
|
||||
{description.length > size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue