Kwexi
Kwexi

Reputation: 1011

How to fix PrimeNG dropdown style issue?

I'm using PrimeNG 1.0.0-rc.4 (although had the same issue with earlier version). The dropdown always displays its dropdown pointer to the right. A rollover shows the associated button is also to the right. Tried it with different themes with same result. What's going on and how do I fix it?

PrimeNG DropDown

Upvotes: 3

Views: 4082

Answers (1)

elvin
elvin

Reputation: 981

My recommendation would be that you better use the grid system provided by PrimeNG, because you maybe solve that specific issue now, but it's so probable that you'll find more like that on the way. Here's the documentation about it: http://www.primefaces.org/primeng/#/responsive

Upvotes: 1

Related Questions