Skip to content

Commit 0a520ec

Browse files
committed
Changed min-width of select control
Changed min-width of select control
1 parent 719926a commit 0a520ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/MonthView.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ define(
8888
'</td>',
8989
'<td>',
9090
'<div data-ui="type:Select;childName:yearSel;',
91-
'id:${yearSelId};width:45;"></div>',
91+
'id:${yearSelId};width:30;"></div>',
9292
'</td>',
9393
'<td>',
9494
'<div data-ui="type:Select;childName:monthSel;',
95-
'id:${monthSelId};width:35;"></div>',
95+
'id:${monthSelId};width:20;"></div>',
9696
'</td>',
9797
'<td width="40" align="right">',
9898
'<div class="${monthForClass}" data-ui="type:Button;',

src/css/Select.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
height: 17px;
2020
line-height: 17px;
2121
padding: 3px 3px 3px 5px;
22-
min-width: 50px;
22+
min-width: 10px;
2323
padding-right: 20px;
2424
}
2525

0 commit comments

Comments
 (0)