Hi,
I have the following code restrict the size of selectmenu
code.ui-page .ui-select .ui-btn-inner {
white-space: normal;
}code
I need to do the same with datepicker, I tried this
code.ui-page .ui-select .ui-btn-inner .ui-datepicker {
white-space: normal;
}code
didn't work, any ideas?/code/code/code/code