Hi,
is it possible to align the date icon to the left side?
We normally use RadzenFormField with Icons in the tag. Moving the icon of the DatePicker will allow us to display all icons left alligned.
It is just an optic issue.
Hi,
is it possible to align the date icon to the left side?
We normally use RadzenFormField with Icons in the tag. Moving the icon of the DatePicker will allow us to display all icons left alligned.
It is just an optic issue.
Possible solution will be to use the following CSS style:
<style type="text/css">
.rz-datepicker-trigger {
left: 5px;
}
</style>
Hi,
Now I can have the icon on the left but this is what I get. How do I fix it ?
Well I found it
.rz-datepicker > .rz-inputtext {
padding-left: 30px;
}