Skip to content

Instantly share code, notes, and snippets.

@alfredobarron
Created August 19, 2015 21:55
Show Gist options
  • Save alfredobarron/24570de1cd123c7e518c to your computer and use it in GitHub Desktop.
Save alfredobarron/24570de1cd123c7e518c to your computer and use it in GitHub Desktop.
Height select 2 in bootstrap 3.3.4
/**
* Change three lines
*
/* line 11 */
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 34px;
user-select: none;
-webkit-user-select: none; }
/* line 131 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 32px; }
/* line 139 */
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 32px;
position: absolute;
top: 1px;
right: 1px;
width: 20px; }
@Cjleto
Copy link

Cjleto commented May 11, 2020

Good solution

@artarya
Copy link

artarya commented Jan 17, 2021

thats greate

@Jomimorillo
Copy link

Worked like charm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment