diff --git a/client/src/app/components/features/features-table/features-table.component.html b/client/src/app/components/features/features-table/features-table.component.html index 6fd6fe6d1..f53dcdc18 100644 --- a/client/src/app/components/features/features-table/features-table.component.html +++ b/client/src/app/components/features/features-table/features-table.component.html @@ -54,12 +54,10 @@ Name Type Aliases @@ -130,7 +128,7 @@ filterChange$.next() "> - + - + - + - + @@ -242,7 +240,7 @@ - + {{ this.cvcTitle }} diff --git a/client/src/app/layout/layout.component.html b/client/src/app/layout/layout.component.html index 93027cca4..7cb57342e 100644 --- a/client/src/app/layout/layout.component.html +++ b/client/src/app/layout/layout.component.html @@ -41,7 +41,7 @@ - Assertions + Assertions
  • - Evidence + Evidence
  • - Molecular Profiles + Molecular Profiles
  • - Features + Features
  • - Variants + Variants
  • - Variant Groups + Variant Groups
  • @@ -118,7 +120,7 @@ - Clinical Trials + Clinical Trials
  • - Diseases + Diseases
  • - Therapies + Therapies
  • - Phenotypes + Phenotypes
  • - Sources + Sources
  • - Variant Types + Variant Types
  • - Activity + Activity
  • - Queues + Queues
  • @@ -225,9 +227,9 @@ nzType="civic-curator"> Contributors + id="main-users"> + Contributors +
  • Organizations + id="main-organization"> + Organizations +
  • @@ -263,7 +265,7 @@ - Data Releases + Data Releases diff --git a/client/src/app/layout/layout.component.less b/client/src/app/layout/layout.component.less index 371898009..bcea4c6a2 100644 --- a/client/src/app/layout/layout.component.less +++ b/client/src/app/layout/layout.component.less @@ -52,6 +52,10 @@ nz-sider { ::ng-deep .ant-menu-item-group-title { text-align: center; } + // hide menu label when collapsed + ::ng-deep .ant-menu-title-content a span { + display: none; + } } }