Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
clauderic committed Jan 30, 2025
1 parent 808f184 commit 4d714e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/docs/react/hooks/use-sortable.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ export default function App() {
</ul>
);
}
`;
`.trim();

<CodeSandbox files={{
'App.js': {code, active: true},
'styles.css': {code: styles, hidden: true},
}} height={470} previewHeight={180} />
}} height={455} previewHeight={180} />

## API Reference

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/snippets/code.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ body {
color: #555;
outline: none;
min-height: 50px;
outline: 1px solid rgba(0,0,0,0.1);
box-shadow: inset 0 0 1px rgba(0,0,0,0.4), 0 0 0 1px rgba(63, 63, 68, 0.05), 0 1px 2px 0 rgba(34, 33, 81, 0.05);
font-family: var(--font-family);
width: calc(25% - 10px);
min-width: 150px;
Expand Down

0 comments on commit 4d714e0

Please sign in to comment.