jquery.uls
jquery.uls copied to clipboard
Allow the LCD to be smaller than 20em
The limitedLanguageList.html example can be used to demonstrate this change.
Before:

After:

If we remove the height and just have max-height, while searching, the size of th dialog will jump. For example, if we have only one result to show based on the search, the language selector will shrink to a smaller height. This sudden height changes is not nice IMO. Depending on your usecase, will a local override at your end is ok, right?