Skip to content

Commit

Permalink
Merge branch 'master' into 6879-myhealth-examinations-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dogi authored Nov 13, 2024
2 parents ced7a91 + f90ea1f commit 69f02f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/community/community.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h3 style="text-align: right; margin-right: 0.5rem;">
</mat-tab>
<mat-tab i18n-label label="Services">
<ng-container *ngIf="!planetCode">
<button *planetAuthorizedRoles="''" (click)="openDescriptionDialog()" mat-stroked-button i18n>
<button class="toggle-button" *planetAuthorizedRoles="''" (click)="openDescriptionDialog()" mat-stroked-button i18n>
{ servicesDescriptionLabel, select, Edit {Edit} Add {Add}} { configuration.planetType, select, community {Community} nation {Nation} center {Earth}} Description
</button>
</ng-container>
Expand Down
7 changes: 6 additions & 1 deletion src/app/community/community.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,9 @@ mat-tab-group, mat-tab {
z-index: 10;
background-color: white;
padding-bottom: 0.5rem;
}
padding-top: 0.5rem;
}

.toggle-button{
margin-bottom: 1rem;
}

0 comments on commit 69f02f6

Please sign in to comment.