ampliar tamaño de textarea y agregar id
This commit is contained in:
parent
bf6df60f00
commit
aa5fddb08e
|
@ -79,7 +79,7 @@
|
|||
</ng-container>
|
||||
</ng-container>
|
||||
<div class="ds-survey--option ds-survey--option--base ds-survey--open-option" *ngIf="!ePregunta.tipo">
|
||||
<textarea cols="30" rows="10"></textarea>
|
||||
<textarea id="{{ ePregunta.id }}" cols="33" rows="10"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue