minor styling change

This commit is contained in:
Sofia Papacharalampous 2024-07-04 14:54:29 +03:00
parent 216fc43d3a
commit 1b0233ab8c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
</ng-template>
<ng-template #last>
<ng-container *ngIf="item.title !== HOME_SYMBOL else homeIcon">
<span class="pl-2 pt-2">
<span class="p-2">
{{ item.title | translate:item.translateParams }}
</span>
</ng-container>