Skip to content

Commit

Permalink
fix(ld-switch): use display inline-flex on host element
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Mar 8, 2023
1 parent 3435e7c commit ae10974
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/liquid/components/ld-switch/ld-switch.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
}
}

:host {
display: inline-flex;
}

.ld-switch,
:host fieldset {
border: 0;
Expand Down

1 comment on commit ae10974

@vercel
Copy link

@vercel vercel bot commented on ae10974 Mar 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

liquid – ./

liquid-git-main-uxsd.vercel.app
liquid-oxygen.vercel.app
liquid-uxsd.vercel.app

Please sign in to comment.