Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Mar 21, 2024
1 parent c7fe80c commit c4e3326
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<span class="upgrade-title ng-star-inserted">{{'KbPage.NoKbAdded' | translate }}</span>
<span class="upgrade-subtitle ng-star-inserted">{{'KbPage.NoKbAddedText' | translate }}</span>
<span style="display: block;">
<button class="btn btn-new btn-size-m btn--primary center" style="margin-right: 20px; box-shadow: unset;" [matMenuTriggerFor]="menu"> {{ 'KbPage.Add' | translate }} </button>
<button class="btn btn-new btn-size-m btn--primary center" style="box-shadow: unset;" [matMenuTriggerFor]="menu"> {{ 'KbPage.Add' | translate }} </button>
</span>
</p>
<mat-menu #menu="matMenu" xPosition="before" class="custom-menu">
Expand Down

0 comments on commit c4e3326

Please sign in to comment.