vue-search-select icon indicating copy to clipboard operation
vue-search-select copied to clipboard

RTL direction

Open M0H314-Hasani opened this issue 6 years ago • 1 comments

Is there any way to set RTL direction ?

M0H314-Hasani avatar Mar 05 '19 07:03 M0H314-Hasani

Hi, add those lines in your component

.ui.multiple.search.dropdown, .ui.multiple.search.dropdown>input.search { text-align: right; } .ui.multiple.dropdown { padding: .22619048em .35714286em .22619048em 2.1em; } .ui.selection.dropdown>.delete.icon, .ui.selection.dropdown>.dropdown.icon, .ui.selection.dropdown>.search.icon { right: auto; left: 1em; } .ui.selection.dropdown .menu>.item { text-align: right; }

AbdallaMohammed avatar Mar 08 '20 19:03 AbdallaMohammed