Details
- 
    Improvement 
- 
    Resolution: Fixed
- 
    Minor 
- 
    6.1-rc-1
- 
    None
- 
        Unknown
- 
        N/A
- 
        N/A
- 
        
Description
Select size='1' is the HTML default so there is no way to be explicitly specified.
The problem is that Bootstraps provide a special styling when size attribute is present ( select[size] ). This is done for cases where size>1.
See differences in display.png (height).


