File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
examples-standalone/coffee-warehouse/src Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ <h2>{{ this.customMsgService.translate(selectedPage.toLowerCase()) }}</h2>
2323 [popupSettings] ="popupSettings "
2424 [ngClass] ="{'material-bg':selectedTheme.text==='Material'} "
2525 class ="ddl-locale "
26+ [style.width.px] ="140 "
2627 >
2728 </ kendo-dropdownlist >
2829
@@ -35,6 +36,7 @@ <h2>{{ this.customMsgService.translate(selectedPage.toLowerCase()) }}</h2>
3536 [popupSettings] ="popupSettings "
3637 [ngClass] ="{'material-bg':selectedTheme.text==='Material'} "
3738 class ="ddl-theme "
39+ [style.width.px] ="100 "
3840 >
3941 < ng-template kendoDropDownListValueTemplate let-dataItem >
4042 < kendo-svgicon [icon] ="paletteIcon "> </ kendo-svgicon >
Original file line number Diff line number Diff line change @@ -113,18 +113,10 @@ kendo-recurrence-frequency-editor .k-edit-field {
113113 border-bottom-width : 2px ;
114114}
115115
116- .ddl-theme {
117- width : 100px ;
118- }
119-
120116.k-dropdownlist {
121117 margin : 5px ;
122118}
123119
124- .ddl-locale {
125- width : 140px ;
126- }
127-
128120.daterange-center {
129121 align-self : center ;
130122}
You can’t perform that action at this time.
0 commit comments