Skip to content
Snippets Groups Projects
Unverified Commit 7652ee0f authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #449 from HumanBrainProject/chore/regionMenuFixedWidth

chore: fix width of region menu
parents 76c6edeb 7569d559
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ layout-floating-container
[fixedMouseContextualContainerDirective]
{
max-width: 20vw;
max-width: 100%;
}
div[imageContainer]
......@@ -63,4 +63,9 @@ mat-sidenav {
.mobileMenuTabs {
margin: 40px 0 0 5px;
}
\ No newline at end of file
}
region-menu
{
display:inline-block;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment