We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719926a commit 0a520ecCopy full SHA for 0a520ec
src/MonthView.js
@@ -88,11 +88,11 @@ define(
88
'</td>',
89
'<td>',
90
'<div data-ui="type:Select;childName:yearSel;',
91
- 'id:${yearSelId};width:45;"></div>',
+ 'id:${yearSelId};width:30;"></div>',
92
93
94
'<div data-ui="type:Select;childName:monthSel;',
95
- 'id:${monthSelId};width:35;"></div>',
+ 'id:${monthSelId};width:20;"></div>',
96
97
'<td width="40" align="right">',
98
'<div class="${monthForClass}" data-ui="type:Button;',
src/css/Select.less
@@ -19,7 +19,7 @@
19
height: 17px;
20
line-height: 17px;
21
padding: 3px 3px 3px 5px;
22
- min-width: 50px;
+ min-width: 10px;
23
padding-right: 20px;
24
}
25
0 commit comments