Compare commits

..

1 Commits

Author SHA1 Message Date
Ashley Stanton-Nurse
e03287a89e fix layout of sidebar panels in fabric 2024-09-04 09:20:16 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ a:focus {
margin-top: 0px;
margin-bottom: 0px;
background-color: #ffffff;
width: auto; // Override width: 100% coming from Allotment
}
.tabsManagerContainer {

View File

@@ -87,7 +87,7 @@ let configContext: Readonly<ConfigContext> = {
`^https:\\/\\/.*\\.analysis-df\\.net$`,
`^https:\\/\\/.*\\.analysis-df\\.windows\\.net$`,
`^https:\\/\\/.*\\.azure-test\\.net$`,
`^https:\\/\\/cosmos-explorer-preview\\.azurewebsites\\.net$`,
`^https:\\/\\/cosmos-explorer-preview\\.azurewebsites\\.net`,
], // Webpack injects this at build time
gitSha: process.env.GIT_SHA,
hostedExplorerURL: "https://cosmos.azure.com/",
@@ -256,4 +256,3 @@ export async function initializeConfiguration(): Promise<ConfigContext> {
}
export { configContext };