Jquery select2 css height problem fixed

insert this code

.select2-selection__rendered {
line-height: 35px !important;
}
.select2-container .select2-selection–single {
height: 37px !important;
width: 100% !important;
}
.select2-selection__arrow {
height: 37px !important;
}…


This content originally appeared on DEV Community and was authored by hardyweb

insert this code

.select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 37px !important;
    width: 100% !important;
}
.select2-selection__arrow {
    height: 37px !important;
}


This content originally appeared on DEV Community and was authored by hardyweb


Print Share Comment Cite Upload Translate Updates
APA

hardyweb | Sciencx (2024-09-04T02:24:37+00:00) Jquery select2 css height problem fixed. Retrieved from https://www.scien.cx/2024/09/04/jquery-select2-css-height-problem-fixed/

MLA
" » Jquery select2 css height problem fixed." hardyweb | Sciencx - Wednesday September 4, 2024, https://www.scien.cx/2024/09/04/jquery-select2-css-height-problem-fixed/
HARVARD
hardyweb | Sciencx Wednesday September 4, 2024 » Jquery select2 css height problem fixed., viewed ,<https://www.scien.cx/2024/09/04/jquery-select2-css-height-problem-fixed/>
VANCOUVER
hardyweb | Sciencx - » Jquery select2 css height problem fixed. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/09/04/jquery-select2-css-height-problem-fixed/
CHICAGO
" » Jquery select2 css height problem fixed." hardyweb | Sciencx - Accessed . https://www.scien.cx/2024/09/04/jquery-select2-css-height-problem-fixed/
IEEE
" » Jquery select2 css height problem fixed." hardyweb | Sciencx [Online]. Available: https://www.scien.cx/2024/09/04/jquery-select2-css-height-problem-fixed/. [Accessed: ]
rf:citation
» Jquery select2 css height problem fixed | hardyweb | Sciencx | https://www.scien.cx/2024/09/04/jquery-select2-css-height-problem-fixed/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.