Skip to content

Commit

Permalink
DatePicker width fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
enchev committed Dec 5, 2023
1 parent 93fc495 commit 26b2cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Radzen.Blazor/RadzenDatePicker.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ private string PopupStyle
}
else
{
return $"width: 320px !important; {contentStyle}";
return $"width: 320px; {contentStyle}";
}
}
}
Expand Down

0 comments on commit 26b2cc8

Please sign in to comment.