Link to home
Start Free TrialLog in
Avatar of ank5
ank5Flag for India

asked on

Reduce size of dropdown in Bootstrap 3

I want to reduce the height of input fields. So, I have created a css class

.input-field {
  height: 20px
}

Open in new window


This works fine for text fields and also reduces the height of drop downs. However, in drop down the selection text is cut. How can I ensure that the complete text inside the drop down is visible

Here is the fiddle - https://jsfiddle.net/zvn3wknj/

The selection text 'Approve' and 'Reject' is cut and not displayed correctly.
SOLUTION
Avatar of Pankaj Jangir
Pankaj Jangir
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial