Fix add new question option text typo

This commit is contained in:
Pablo Bonilla 2021-07-23 01:27:49 -06:00
parent 6b8cbe8b96
commit 6595d3257b
No known key found for this signature in database
GPG Key ID: 46877262B8DE47E2
2 changed files with 7 additions and 1 deletions

View File

@ -89,7 +89,7 @@
[attr.data-id]="ePregunta.id"
[attr.data-type]="ePregunta.tipo"
></fa-icon>
<span class="ds-survey--add-option">Añadir pregunta</span>
<span class="ds-survey--add-option">Añadir opción</span>
</div>
</ng-container>
<div class="ds-survey--option ds-survey--option--base ds-survey--open-option" *ngIf="!ePregunta.tipo">

View File

@ -13,6 +13,12 @@
.modal-footer {
border: none;
padding: 2rem;
display: flex;
align-items: center;
label {
margin: 0 0.2rem 0 0;
}
}
.modal-body {