Skip to content

Commit

Permalink
Fix Storybook margin on small desktop views (#5456)
Browse files Browse the repository at this point in the history
* Initial commit

* Add changeset

* Empty changeset

* Add space

---------

Co-authored-by: Christian Moore <[email protected]>
  • Loading branch information
Zystix and Christian Moore authored Jan 17, 2025
1 parent 2149118 commit f6123cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/short-jobs-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
6 changes: 6 additions & 0 deletions docs/.storybook/preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ pre code {
padding: 2.5rem;
}

@media screen and (min-width >= 1069px) {
.sbdocs-wrapper {
margin-left: auto;
}
}

.sbdocs.sbdocs-content {
max-width: unset;

Expand Down

0 comments on commit f6123cf

Please sign in to comment.