html - Center aligning of the text in dropdown? -


i have searched answer question .. found 1 solution in .. 1 user had suggested use padding-left or qustion.

<select>    <option>one</option>    <option>one-two</option> </select> 

when add padding-left works fine browser .. when check dropdown in devices , not aligned @ center expected .. have given values padding-left in percentage , pixels .. there other way works fine in browsers , devices??


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

angularjs - ng-repeat duplicating items after page reload -