@centreon/ui 25.5.0 → 25.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@centreon/ui",
3
- "version": "25.5.0",
3
+ "version": "25.5.1",
4
4
  "description": "Centreon UI Components",
5
5
  "scripts": {
6
6
  "update:deps": "pnpx npm-check-updates -i --format group",
@@ -116,9 +116,8 @@ const useStyles = makeStyles<StylesProps>()((theme, { groupDirection }) => ({
116
116
  inputs: {
117
117
  display: 'flex',
118
118
  flexDirection: 'column',
119
- marginTop: theme.spacing(1),
120
- rowGap: theme.spacing(2),
121
- marginBottom: theme.spacing(1)
119
+ margin: theme.spacing(2, 0),
120
+ rowGap: theme.spacing(2)
122
121
  }
123
122
  }));
124
123