chore(playwright-report): fix indentation and formatting in index.html file

style(App.css): add overflow: hidden to body and fix indentation and formatting
This commit is contained in:
cristhianzl 2024-01-11 17:47:34 -03:00
commit 8a1be061de
2 changed files with 21 additions and 17 deletions

View file

@ -1,18 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
</head>
<body>
<ul>
<li>
<a href="./e2e/index.html">e2e report</a>
</li>
<li>
<a href="./onlyFront/index.html">frontEnd Only report</a>
</li>
<li>
<a href="./e2e/index.html">e2e report</a>
</li>
<li>
<a href="./onlyFront/index.html">frontEnd Only report</a>
</li>
</ul>
</body>
</html>
</body>
</html>

View file

@ -2,15 +2,19 @@
@tailwind components;
@tailwind utilities;
body {
overflow: hidden;
}
.App {
text-align: center;
}
.react-flow__node {
width: auto;
height: auto;
border-radius: auto;
min-width: inherit;
width: auto;
height: auto;
border-radius: auto;
min-width: inherit;
}
.App-logo {