Fix small styling issue with tabbed component

This commit is contained in:
Pieter Vander Vennet 2021-10-01 00:23:44 +02:00
parent 03c16df41a
commit 04a2f91b36
2 changed files with 94 additions and 10 deletions

View file

@ -31,7 +31,7 @@ export class TabbedComponent extends Combine {
tabs.push(tab)
}
const header = new Combine(tabs).SetClass("block tabs-header-bar")
const header = new Combine(tabs).SetClass("tabs-header-bar")
const actualContent = new VariableUiElement(
openedTabSrc.map(i => contentElements[i])
)