How to choice chips justify?

hi all.
for choice block use this:

<pre><span><style>

div[id*='screenScrollView'] > div > :nth-of-type(5) div:nth-of-type(1) >div {
text-align: center;  
}

it make chips in center. but if place “text-align: justify;” - it’s go left position.

is it possible to justify chips?