Skip to content

Commit

Permalink
fix(range): tooltip doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aesteves60 authored and dpellier committed Jul 29, 2024
1 parent bba9c18 commit 8a5b1d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/storybook/stories/components/range/range.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ defineCustomElement();
const meta: Meta = {
component: 'ods-range',
title: 'ODS Components/Form/Range',
parameters: {
layout: 'centered',
},
decorators: [(story) => html`<div style="padding-top: 50px; display: inline-flex; align-items: center;">${story()}</div>`],

};

export default meta;
Expand Down

0 comments on commit 8a5b1d6

Please sign in to comment.