Page 1 of 1

Problem style in tabview orientation left / right

Posted: 08 Jan 2018, 14:30
by marcelocaser
Hi,

when I use more than 8 tabs in tabview with orientation left the background of this no expand...

Image

Re: Problem style in tabview orientation left / right

Posted: 17 Jan 2018, 14:02
by marcelocaser
Someone can help?

Re: Problem style in tabview orientation left / right

Posted: 18 Jan 2018, 09:39
by kubrasulukan
Hi,
I fixed the problem for the next release. Meanwhile you can use code block that I wrote down.

The height of tabviews' tabs are constant 300px, if you change it to 'auto' like

Code: Select all

body .ui-tabs.ui-tabs-left .ui-tabs-nav {
	height: auto;
	min-height: 300px;
}
then your problem will be fixed.

Thanks,
Best regards

Re: Problem style in tabview orientation left / right

Posted: 22 Jan 2018, 13:01
by marcelocaser
Hi, very good!!

Thank you! It worked! When will the next release be released?

Re: Problem style in tabview orientation left / right

Posted: 22 Jan 2018, 14:52
by kubrasulukan
After pf 6.2 release