Commit e6a6c5ff016de7fe6682413bed0f0ad919d4d355

Authored by Marcelo Puebla
1 parent 0fbd0891ce
Exists in develop

Change

Linea de separacion en sinonimos
src/app/shared/sinonimo/sinonimo.component.html
... ... @@ -5,7 +5,7 @@
5 5  
6 6 <div class="modal-body lista-sinonimos scroll-y-visible my-2 mr-2">
7 7 <div *ngFor="let s of sinonimos; let i = index">
8   - <br>
  8 + <hr [hidden]="i === 0" class="bg-white">
9 9 <div *ngFor="let articulo of s.productos">
10 10 <div class="custom-control custom-checkbox">
11 11 <input