3 Replies Latest reply on Mar 4, 2010 8:17 AM by radu321

    rich:combobox layout issue

    radu321

      Hi ,

       

      I have values in my combobox which could not be read because they appear cutted.

       

      If value of an item is greater than combobox width then it will be cut.

       

      I was trying to solve this issue by adding a horizontal scroll,by overriding rich-combobox-list-scroll style with this one:

       

        rich-combobox-list-scroll { overflow-x: scroll; }

       

        But nothing changed the behavior is the same... i don't know if i was overring the right style, or if their is a solution or work around for this issue...

       

        Please if you have an ideea give me a hand.

       

      Thanks