Skip to content

Commit 4344f83

Browse files
authored
Merge pull request #3276 from IgniteUI/iganchev/fix-select-samples-width
Adjust select samples to the new styling
2 parents 88d5350 + 7715419 commit 4344f83

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/app/data-entries/select/select-input-directives/select-input-directives.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
igx-select {
2-
width: 230px;
2+
width: 300px;
33
padding-top: 70px;
44
padding-left: 40px;
55
}

src/app/data-entries/select/select-sample-2/select-sample-2.component.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
igx-select {
2-
width: 230px;
2+
width: 250px;
33
padding-top: 70px;
44
padding-left: 40px;
55
}

src/app/grid/grid-column-data-types-sample/grid-column-data-types-sample.component.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
}
66

77
.location-wrapper {
8-
min-width: 200px;
9-
margin: 20px;
8+
min-width: 278px;
9+
margin: 18px;
1010
}
1111

1212
.wrapper {

0 commit comments

Comments
 (0)