Commit 956ee10dddb6b24e9c52c6df650d0d658290a1f0
1 parent
189cd83e6c
Exists in
develop
Fix
Espacio boton de cierre sinonimo
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/app/shared/sinonimo/sinonimo.component.html
1 | 1 | <div class="bg-primary rounded text-white"> |
2 | - <div class="modal-header pt-5"> | |
2 | + <div class="modal-header"> | |
3 | 3 | <img |
4 | 4 | draggable="false" |
5 | 5 | ondragstart="return false;" |
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | class="btn-effect icon-30 mt-2 mr-2 position-absolute right-0 top-0" |
9 | 9 | src="assets/img/icono-cancelar-blanco.svg"> |
10 | 10 | <p class="col-7 h4 px-0 align-self-center">{{articulo.DetArt}}</p> |
11 | - <div class="col-5 pr-0 text-right"> | |
11 | + <div class="col-5 pt-4 pr-0 text-right"> | |
12 | 12 | <p *ngFor="let s of sinonimos; let i = index"> |
13 | 13 | <span |
14 | 14 | class="btn-effect" |