nativescript-filter-select icon indicating copy to clipboard operation
nativescript-filter-select copied to clipboard

Center Filter Select Text

Open tylerablake opened this issue 7 years ago • 2 comments
trafficstars

Can you add a way to move the filter select label and selected values left, center, or right align? Or is there already a way to do this that I am missing? Thanks!

image

tylerablake avatar Jun 12 '18 15:06 tylerablake

@tylerablake sorry for the delay

Did you try to overwride the styles.css ??

moayadnajd avatar Jun 25 '18 11:06 moayadnajd

No problem @moayadnajd.

I was going to work on submitting a pull request maybe.

Basically this was overwriting my css styles.

On line 309 in filter-select.common.ts dropholder.horizontalAlignment = "center";

tylerablake avatar Jun 25 '18 17:06 tylerablake