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.
1 parent b7dec23 commit b44876dCopy full SHA for b44876d
packages/docs/src/components/demo/demo-box.module.css
@@ -16,7 +16,7 @@
16
}
17
18
.topRight a {
19
- margin-left: .5rem;
+ margin-left: 1rem;
20
21
22
.storySelector {
@@ -34,6 +34,7 @@
34
35
.sidebyside {
36
display: flex;
37
+ gap: 1rem;
38
39
40
.left, .right {
@@ -48,6 +49,8 @@
48
49
font-size: .8rem;
50
flex-grow: 1;
51
min-width: 0;
52
+ border-radius: 16px;
53
+ overflow: hidden;
54
55
56
.right pre {
packages/docs/src/components/demo/demo-box.tsx
@@ -74,7 +74,7 @@ export const DemoBox: FC<DemoBoxProps> = ({
74
target="_blank"
75
rel="noreferrer noopener"
76
>
77
- Code
+ Full Code
78
</a>
79
<a
80
href={`https://headless-tree.lukasbach.com/storybook/react/index.html?path=/story/${story.id}`}
0 commit comments