Skip to content
Snippets Groups Projects
Commit 47af2bec authored by tony's avatar tony
Browse files

add space reserved to the spacy's answer

parent 2fd52afa
Branches
Tags
No related merge requests found
source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -168,10 +168,14 @@
<button mat-raised-button class="primaryBackground" (click)="confirmEdit(keyword)">{{'topic-cloud-dialog.save' | translate}}</button>
</div>
</div>
</mat-expansion-panel>
<section *ngIf="this.output">
<mat-card>
<li *ngFor="let translate of this.output" class="color12"> {{this.translate.tag}} : " {{translate.text}} " <br> </li>
</mat-expansion-panel><br>
</mat-accordion>
<mat-accordion >
<section >
<mat-card class="color-surface">
<li *ngFor="let translate of this.output" class="color12" > {{this.translate.tag}} : " {{translate.text}} " <br> </li>
</mat-card>
</section>
......
......@@ -14,7 +14,7 @@
}
.color12{
color: var(--white);
color: var(--black);
}
.red {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment