In many screens it is observed that there are series of non-breakable UI elements that occupy aggregate horizontal space exceeding the available space on screen.
As a result the right-most columns are seen only on scrolling the content to left. the problem is more pronounced in themes that have a left navigation area like tomhawk . An example of it is when we add items to invoice. ( a comprehensive list can be prepared ) Mostly the select drop downs eat away the horizontal space in table rows. I feel this can also be an area of UI improvement. One quick solution that comes in mind is to place some of the elements (particularly the <select> dropdowns) below the other elements in the *same* row. regds mallah.
