Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

select[multiple].input-sm control sizing issues #12422

Closed
ghost opened this issue Jan 29, 2014 · 0 comments
Closed

select[multiple].input-sm control sizing issues #12422

ghost opened this issue Jan 29, 2014 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 29, 2014

Using Bootstrap 3.0.3

When using multiple & .form-control .input-sm on a <select> element, the height is a fixed 30px. It overrides the size attribute for displaying multiple options in the select element.

Example Code:

<div class="form-group">
            <label for="educationlevel">Education:</label>
                <select name="educationlevel[]" id="educationlevel" multiple size="5" class="form-control input-sm">
                <option value="GED">GED</option>
                <option value="Highschool Graduate">Highschool Graduate</option>
                <option value="Currently in college">Currently in College</option>
                <option value="Occupational School">Occupational School</option>
                <option value="Technical College">Technical College</option>
                <option value="Associate Degree">Associate Degree</option>
                <option value="Bachelor Degree">Bachelor Degree</option>
                <option value="Master's Degree">Master's Degree</option>
                <option value="Ph.D./M.D. Degree">Ph.D. or M.D. Degree</option>
                <option value="Other Doctoral Program">Other Doctoral Program</option>
                <option value="Other Education">Other Education</option>
            </select>
        </div>

In Chrome 32, Safari 7, & Firefox 26 on Mac

@mdo mdo closed this as completed in d631e0b Jan 30, 2014
@mdo mdo mentioned this issue Jan 30, 2014
pytkin added a commit to designmodo/Flat-UI that referenced this issue Feb 5, 2014
stempler pushed a commit to stempler/bootstrap that referenced this issue Apr 11, 2014
stempler pushed a commit to stempler/bootstrap that referenced this issue Nov 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants