Skip to content

Commit

Permalink
Merge branch 'master' into issues-9844
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Mar 24, 2024
2 parents 748e2ec + af52760 commit ffad3e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions projects/natural/src/lib/_natural.theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ $typography: mat.define-typography-config(
$letter-spacing: normal,
),
);

.mdc-snackbar {
margin-top: 75px !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
</mat-option>
}
@if (moreNbItems > 0) {
<div class="mat-caption" i18n style="padding: 5px 10px">{{ moreNbItems }} élément(s) supplémentaire(s)</div>
<div class="mat-caption" i18n style="padding: 5px 10px"
>Tapez pour chercher parmis les {{ moreNbItems }} elements</div
>
}
</mat-autocomplete>

Expand Down

0 comments on commit ffad3e0

Please sign in to comment.