Skip to content

Commit 78aace2

Browse files
committed
chore: fix styles
1 parent 123c320 commit 78aace2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

examples-standalone/coffee-warehouse/src/app/header/header.commponent.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

examples-standalone/coffee-warehouse/src/styles/main.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)