Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix(UI): Fix layout for Safari and form validation (#11373) (#11604)
Browse files Browse the repository at this point in the history
* Fix form validation

* Fix padlock layout for safari

* Update centreon-frontend

* Remove debug variable

* Fix test

* Fix page respsoniveness

* Rename variable

* update deps

* Fix package-lock
  • Loading branch information
Thebarda authored Aug 22, 2022
1 parent 294cfed commit ba0c692
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const useStyles = makeStyles<Theme, { columns }, string>((theme) => ({
columnGap: theme.spacing(2),
display: 'grid',
gridTemplateColumns: `repeat(${columns}, 1fr) ${theme.spacing(6)}`,
gridTemplateRows: 'min-content',
}),
}));

Expand Down

0 comments on commit ba0c692

Please sign in to comment.