Skip to content

Commit

Permalink
fix(@clayui/picker): LPD-28522 Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ilzamcmed committed Jun 21, 2024
1 parent a9aef71 commit 05e517c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ exports[`Picker basic rendering renders open component by default 1`] = `
<div
class="dropdown-menu dropdown-menu-indicator-start dropdown-menu-select dropdown-menu-width-shrink show"
role="presentation"
style="max-width: none; width: 160px; left: -999px; top: -995px;"
style="max-width: none; min-width: 160px; width: auto; left: -999px; top: -995px;"
>
<ul
class="inline-scroller list-unstyled"
Expand Down

0 comments on commit 05e517c

Please sign in to comment.