I have checked out the demo: https://demos.telerik.com/aspnet-mvc/dropdownlist/appearance but changing the Size property of the DropDownList has no effect on the appearance in my project.
                @(Html.Kendo().DropDownList()
                        .Name("payCycle")
                        .OptionLabel("Select...")
                        .Size(ComponentSize.Small)
                        .
                        .
                        .
                        )