Skip to content

Commit

Permalink
fix(Tab): stylint failing
Browse files Browse the repository at this point in the history
  • Loading branch information
endv-bogdanb committed Jul 29, 2024
1 parent d89c3dc commit 14d17b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export const CustomTrigger: Story = {

export const KeepOpen: Story = {
render: (args: Args) => html`
<div class="rounded-m border-s border-solid border-stroke-success bg-ui-success-alt m-be-l p-b-m p-i-m">
<div class="rounded-m border-s border-solid border-stroke-success bg-ui-success-alt p-b-m p-i-m m-be-l">
<p class="text-m font-bold m-be-xs">💡 NOTE:</p>
If <code class="text-text-danger">keepOpenOnSelect</code> is set, the dropdown will remain open after a selection
is made.
Expand Down

0 comments on commit 14d17b1

Please sign in to comment.