Skip to content

Commit

Permalink
Fix content margins in Storybook docs (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-moreno authored Feb 11, 2025
1 parent 55917e5 commit b3fd607
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@

.sb-bar {
border-bottom: 1px dashed #dce0e5;
box-shadow: none !important;
}

nav.sidebar-container
Expand Down
8 changes: 7 additions & 1 deletion .storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@
}

.sbdocs-wrapper {
padding-top: 32px !important;
padding-top: 64px !important;
padding-left: 72px !important;
padding-right: 72px !important;
}

.sbdocs-preview:not(.docs-story *) {
Expand Down Expand Up @@ -155,6 +157,10 @@
font-size: 12px !important;
}

.toc-list .toc-list-item > a.is-active-link {
color: #e51943 !important;
}

input[type="radio"] {
appearance: none;
width: 16px;
Expand Down

0 comments on commit b3fd607

Please sign in to comment.