modification popup-update-user

This commit is contained in:
MiharyR 2021-11-17 20:30:33 +01:00
parent 080a50e2fe
commit 500b32626e
6 changed files with 156 additions and 83 deletions

View file

@ -2,10 +2,6 @@
<!-- ------------------------------------------------------------------------------------ -->
<mat-label>Tags</mat-label>
<!-- ------------------------------------------------------------------------------------ -->
<mat-chip-list #chipList aria-label="Fruit selection">
<mat-chip
@ -20,7 +16,7 @@
</mat-chip>
<input
placeholder="Tapez un tag et pressez 'Entré' pour l'inserer"
placeholder="Tapez un centre d'intérêt"
#tagInput
[formControl]="formControl"
[matAutocomplete]="auto"

View file

@ -3,6 +3,10 @@ mat-form-field {
font-size: small;
}
mat-chip-list {
font-size: small;
}
mat-chip {
font-size: small;
}