Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 23, 2024
1 parent 123dbb5 commit e016a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vizro-core/examples/_chart-gallery/assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ img[src*="#chart-icon"] {
}

.code-clipboard-container {
padding: 1rem;
background: var(--surfaces-bg-card);
max-height: 500px;
overflow: auto;
padding: 1rem;
position: relative;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def build(self):
dcc.Markdown(self.text, id=self.id),
dcc.Clipboard(target_id=self.id, className="code-clipboard"),
],
className="code-clipboard-container"
className="code-clipboard-container",
),
title="SHOW CODE",
)
Expand Down

0 comments on commit e016a04

Please sign in to comment.