У меня была такая же проблема, ширина 100%.Пример:
<input type="search" name="itemcode" id="itemcode" value="" class="required" style="display: inline-block; **width: 51%;** " width="13"/>;
Ширина 51% не оказывает влияния (не встроенный блок)!
Поэтому мне пришлось переопределить:
.ui-input-search{
/*we may use a fielcontain with ID if we don't want to override for ALL*/
width: 50%;<br>
}