fix: user cell style

This commit is contained in:
DarkSky
2024-08-23 12:38:50 +08:00
parent 74d7ca7f8e
commit bf8f49771e
@@ -353,9 +353,9 @@ export const propertyRowValueUserCell = style([
propertyRowValueCell,
{
border: 'none',
height: '100%',
overflow: 'hidden',
columnGap: '0.5rem',
alignItems: 'center',
},
]);