ui-nyla/src/components/UnifiedDataBar/SourcesTab.module.css
ValueOn AG 27abfde833
All checks were successful
Deploy Nyla Frontend to Integration / deploy (push) Successful in 1m26s
panel fixes 4
2026-06-11 23:29:01 +02:00

22 lines
292 B
CSS

.sourcesTab {
display: flex;
flex-direction: column;
flex: 1;
min-height: 0;
height: 100%;
overflow: hidden;
}
.treeHost {
flex: 1;
min-height: 0;
overflow: hidden;
display: flex;
flex-direction: column;
}
.empty {
padding: 12px;
font-size: 12px;
color: #888;
}