We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7460ea2 + 415fb57 commit ff1e5ecCopy full SHA for ff1e5ec
client/index.html
@@ -7,7 +7,7 @@
7
<title>MCP Inspector</title>
8
</head>
9
<body>
10
- <div id="root"></div>
+ <div id="root" class="w-full"></div>
11
<script type="module" src="/src/main.tsx"></script>
12
</body>
13
</html>
client/src/App.css
@@ -1,7 +1,3 @@
1
-#root {
2
- margin: 0 auto;
3
-}
4
-
5
.logo {
6
height: 6em;
padding: 1.5em;
0 commit comments