Skip to content

Commit ff1e5ec

Browse files
authored
Merge pull request #581 from richardkmichael/fix-chrome-width
fix: full width in Chrome
2 parents 7460ea2 + 415fb57 commit ff1e5ec

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<title>MCP Inspector</title>
88
</head>
99
<body>
10-
<div id="root"></div>
10+
<div id="root" class="w-full"></div>
1111
<script type="module" src="/src/main.tsx"></script>
1212
</body>
1313
</html>

client/src/App.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#root {
2-
margin: 0 auto;
3-
}
4-
51
.logo {
62
height: 6em;
73
padding: 1.5em;

0 commit comments

Comments
 (0)