mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore(site): make chromatic ignore changes inside of the code editor (#10586)
This commit is contained in:
@@ -194,7 +194,7 @@ export function HealthPageView({
|
||||
</Box>
|
||||
</Box>
|
||||
{/* 62px - navbar and 36px - the bottom bar */}
|
||||
<Box sx={{ overflowY: "auto", width: "100%" }}>
|
||||
<Box sx={{ overflowY: "auto", width: "100%" }} data-chromatic="ignore">
|
||||
<SyntaxHighlighter
|
||||
language="json"
|
||||
editorProps={{ height: "100%" }}
|
||||
|
||||
Reference in New Issue
Block a user