Fix add new question option text typo
This commit is contained in:
parent
6b8cbe8b96
commit
6595d3257b
|
@ -89,7 +89,7 @@
|
||||||
[attr.data-id]="ePregunta.id"
|
[attr.data-id]="ePregunta.id"
|
||||||
[attr.data-type]="ePregunta.tipo"
|
[attr.data-type]="ePregunta.tipo"
|
||||||
></fa-icon>
|
></fa-icon>
|
||||||
<span class="ds-survey--add-option">Añadir pregunta</span>
|
<span class="ds-survey--add-option">Añadir opción</span>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<div class="ds-survey--option ds-survey--option--base ds-survey--open-option" *ngIf="!ePregunta.tipo">
|
<div class="ds-survey--option ds-survey--option--base ds-survey--open-option" *ngIf="!ePregunta.tipo">
|
||||||
|
|
|
@ -13,6 +13,12 @@
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
border: none;
|
border: none;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
|
label {
|
||||||
|
margin: 0 0.2rem 0 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
|
|
Loading…
Reference in New Issue