add new command bar behind a feature flag

This commit is contained in:
Ashley Stanton-Nurse
2024-08-08 11:11:45 -07:00
committed by GitHub
parent 7128133874
commit 53d3413c62
31 changed files with 308 additions and 338 deletions

View File

@@ -2618,6 +2618,7 @@ a:link {
.tabPanesContainer {
display: flex;
flex-grow: 1;
flex-direction: column;
overflow: hidden;
}