forked from MapComplete/MapComplete
Fix small styling issue with tabbed component
This commit is contained in:
parent
03c16df41a
commit
04a2f91b36
2 changed files with 94 additions and 10 deletions
|
@ -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])
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue