Answers for "To make the content of the select2 RTL or LTR"

CSS
1

To make the content of the select2 RTL or LTR

.select2-container--open .select2-dropdown
 {
 text-align: {{ Config::get('app.locale') == 'en' ? '' : 'right' }};
 }
Posted by: Guest on December-29-2021

Code answers related to "To make the content of the select2 RTL or LTR"

Browse Popular Code Answers by Language