Skip to content

Commit

Permalink
Merge pull request #541 from Madhuravas/develop
Browse files Browse the repository at this point in the history
MOSIP-26834 removed white space in header dropdown
  • Loading branch information
aranaravi authored Oct 20, 2023
2 parents 37eac08 + 5deea4b commit d1b3658
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions resident-ui/src/app/shared/header/header.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,15 @@
height: auto !important;
}

::ng-deep .mat-menu-panel.language-menu{
min-width: auto;
margin-left: 1rem;
}

::ng-deep .mat-menu-panel.zoommenu{
min-width: auto;
}

/* ::ng-deep .cdk-overlay-connected-position-bounding-box{
right: 30px !important;
} */
Expand Down
2 changes: 1 addition & 1 deletion resident-ui/src/app/shared/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<span class="selected-lang">{{selectedLanguage}}</span> <mat-icon>keyboard_arrow_down</mat-icon></span></button>
</mat-list-item>

<mat-menu #languages="matMenu" [overlapTrigger]="false" id="languages">
<mat-menu class="language-menu" #languages="matMenu" [overlapTrigger]="false" id="languages">
<button mat-menu-item (click)="onlanguagechange(item)"
*ngFor="let item of selectLanguagesArr" >{{item.value}}</button>
</mat-menu>
Expand Down

0 comments on commit d1b3658

Please sign in to comment.