Skip to content
Snippets Groups Projects
Commit 9d06ad69 authored by cjenkscybercom's avatar cjenkscybercom
Browse files

CE-2043: fix warning html nested inside div

parent e180e473
No related branches found
No related tags found
2 merge requests!407CE-2141: 3.0.0,!389CE-2043: fix warning html nested inside div
Pipeline #162790 passed
......@@ -32,7 +32,7 @@ const classes = {
undeployed: `${PREFIX}-undeployed`
};
const Root = styled("html")(({ theme }) => ({
const Root = styled("div")(({ theme }) => ({
[`& .${classes.formControl}`]: {
margin: theme.spacing(0),
minWidth: 120
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment