シンプルでクリーン... listWidth (ドロップダウン要素用) を設定できますが、インライン スタイルを使用してコンポーネントの幅を設定することはできません...
<rich:select
enableManualInput="true"
clientFilterFunction="customFilter"
value="#{listaPrestazioni.filterLiv1}"
style="width: 80px;">
<f:selectItems value="#{listaPrestazioni.liv1List}"/>
<a4j:ajax event="change" render="tab_dettaglio" execute="@this" />
</rich:select>
選択範囲を最大 80px 幅にしたい..