Commit 42ee8886f2f416d2d3e6bdd1c8610876ee225cde
Exists in
develop
Merge branch 'develop' of git.focasoftware.com:angular/autoservicio-axion
Showing
1 changed file
Show diff stats
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 |