kendo-angular
kendo-angular copied to clipboard
Bad style in Recurrence Editor Dropdowns (Material Theme)
Describe the bug All Dropdowns at "Repeat on" are almost unreadable, because they're missing a width or padding.
To Reproduce Steps to reproduce the behavior:
- Open https://www.telerik.com/kendo-angular-ui/components/scheduler/editing/custom-reactive-editing/
- Ensure Theme is "Material"
- DoubleClick any recurring item > Edit the series
- Change to Monthly/yearly
- Open any dropdown, all have the wrong width
Expected behavior Dropdowns should have a width, so no horizontal scrollbar is shown.
Screenshots
this style was there in earlier versions:
.k-dropdown .k-dropdown-wrap .k-input {
padding: 0.375rem 0.75rem;
}
Dropdowns look fine now, but the labels are in a strange order
The form layout was addressed in v13.0.0 of @progress/kendo-angular-scheduler. See demo.