Skip to content

Commit

Permalink
refactor(Date Picker): small update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cata1989 committed Jul 8, 2024
1 parent af24e31 commit d365645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ export class BqDatePicker {
</label>
{/* Select date picker dropdown */}
<bq-dropdown
class="bq-date-picker__dropdown w-full [&::part(panel)]:w-auto [&::part(panel)]:p-m"
class="bq-date-picker__dropdown is-full p-b-m [&::part(panel)]:is-auto [&::part(panel)]:p-i-m"
disabled={this.disabled}
distance={this.distance}
open={this.open}
Expand Down

0 comments on commit d365645

Please sign in to comment.