How do I change the width of a select field, when using Twitter bootstrap? Adding input-xxlarge
CSS classes doesn't seem to work (like it does on other form elements), so the elements in my drop down are currently cut off.
相关问题
- Adding a timeout to a render function in ReactJS
-
Why does the box-shadow property not apply to a
- How to add a “active” class to a carousel first el
- Add animation to jQuery function Interval
- jQuery hover to slide?
In bootstrap 3, it is recommended that you size inputs by wrapping them in
col-**-#
div tags. It seems that most things have 100% width, especially.form-control
elements.https://getbootstrap.com/docs/3.3/css/#forms-control-sizes