Skip to content

Commit b213311

Browse files
fix: added an extra line to eliminate resizing of code block (#8425)
1 parent f519654 commit b213311

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

apps/site/pages/en/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ layout: home
103103
);
104104

105105
// run with `node streams.mjs`
106+
106107
```
107108

108109
```js displayName="Work with Threads"

packages/ui-components/src/Common/BaseCodeBox/index.module.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,3 @@
7676
.icon {
7777
@apply size-4;
7878
}
79-
80-
div[data-state='active'] .root pre {
81-
height: 19rem;
82-
}

0 commit comments

Comments
 (0)