CSS issue with pagedtable component

Hi guys,

I have a css issue with paging component. I tried to maxmize the combobox by doing something like this but somehow it does not render the correct width:

how do you incease the width in this case?

 div.v-filterselect .v-widget .pagedtable-itemsperpagecombobox .v-filterselect-pagedtable-itemsperpagecombobox .pagedtable-combobox .v-filterselect-pagedtable-combobox .v-has-width {
    width: 99px;
  }