Skip to content

Commit 57216e7

Browse files
committed
fix(select): Adjust widths for styling updates
1 parent d735409 commit 57216e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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
}

0 commit comments

Comments
 (0)