date_picker: Fix duplicate popover paddings. (#1587)
This commit is contained in:
parent
df57b0b847
commit
6d0ff7b335
1 changed files with 1 additions and 0 deletions
|
|
@ -483,6 +483,7 @@ impl RenderOnce for DatePicker {
|
|||
.number_of_months(self.number_of_months)
|
||||
.border_0()
|
||||
.rounded_none()
|
||||
.p_0()
|
||||
.with_size(self.size),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue