Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

To make the content of the select2 RTL or LTR

 .select2-container--open .select2-dropdown
 {
 text-align: {{ Config::get('app.locale') == 'en' ? '' : 'right' }};
 }
Source by github.com #
 
PREVIOUS NEXT
Tagged: #To #content #RTL #LTR
ADD COMMENT
Topic
Name
8+7 =