Skip to content

Commit

Permalink
Merge branch 'main' into main-jd-dark-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Oct 13, 2023
2 parents 0e9a3e1 + a6fccf2 commit 6e5dae7
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 34 deletions.
62 changes: 31 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"@storybook/html-webpack5": "^7.4.6",
"@storybook/preset-scss": "^1.0.3",
"@storybook/theming": "^7.4.6",
"autoprefixer": "^10.4.15",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.2",
"bundlewatch": "^0.3.3",
"clean-css-cli": "^5.6.2",
Expand Down Expand Up @@ -154,7 +154,7 @@
"ods-storybook-theme": "^0.1.0",
"pa11y-ci": "^3.0.1",
"pa11y-ci-reporter-html": "^6.0.2",
"postcss": "^8.4.30",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 4 additions & 0 deletions site/assets/scss/_component-examples.scss
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,10 @@
}
}

.bd-example-snippet .highlight pre {
margin-right: 0;
}

.highlight-toolbar {
background-color: var(--bd-pre-bg);

Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.3/components/popovers.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ const popover = new boosted.Popover(element, {
const popover = boosted.Popover.getOrCreateInstance('#example') // Returns a Boosted popover instance

// setContent example
myPopover.setContent({
popover.setContent({
'.popover-header': 'another title',
'.popover-body': 'another content'
})
Expand Down

0 comments on commit 6e5dae7

Please sign in to comment.