TabPanel headers occupying entire TabView header area

Forum rules
Please note that response time for technical support is within 3-5 business days.
Post Reply
vigalo
Posts: 6
Joined: 09 Apr 2017, 10:50

18 Jan 2018, 20:38

Hello :
I seen on github #2665 issue of primeng that there is a way to get this effect :

Image

using this :

Code: Select all

 /* allows the ul to flex model properties */
.ui-tabview.ui-tabview-top>.ui-tabview-nav{
    display:flex;
 }
 /* the li's will now always fill up the size of the ul's */
 .ui-tabview.ui-tabview-top>.ui-tabview-nav li{
    flex: 1;
 }
but it doesn't work for me. How can I achieve this? Can I write this css code into *.component.css?
Thanks.

Post Reply

Return to “Ultima - PrimeNG”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 6 guests