minor spacing changes

This commit is contained in:
Carter 2025-06-03 12:21:02 -06:00
parent 56f78dd906
commit 5229aff9ab
2 changed files with 2 additions and 2 deletions

View file

@ -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