Skip to content

Commit

Permalink
fix(rup): ajuste encolumnado secciones
Browse files Browse the repository at this point in the history
  • Loading branch information
liquid36 committed Mar 1, 2021
1 parent 53934da commit 8ac0101
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</ng-container>

</div>
<ng-container *ngIf="!(conceptosSeleccionar?.length > 0) && params.showText">
<div [class]="colForText" *ngIf="!(conceptosSeleccionar?.length > 0) && params.showText">
<plex-text [html]="true" *ngIf="!soloValores && afterInit" class="form-control" [(ngModel)]="registro.valor"
name="descripcion" [required]="params.textRequired" rows="6" [height]="'200px'"
placeholder="Describir tratamiento">
Expand All @@ -25,7 +25,7 @@
<span [innerHTML]="registro.valor"></span>
</ng-container>

</ng-container>
</div>
<!-- Area droppable del elemento -->
<div [class]="colForRegistros" class="mt-4" droppable [dropScope]="'registros-rup'"
[dragOverClass]="'drag-target-border'" (onDrop)="onConceptoDrop($event)">
Expand Down

0 comments on commit 8ac0101

Please sign in to comment.