Skip to content
Snippets Groups Projects
Commit 3de39787 authored by Xiao Gui's avatar Xiao Gui
Browse files

chore: ieeg chip wrap

parent 2b86f305
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
</label>
<section class="d-flex align-items-center mt-1">
<section id="task-list" class="flex-grow-1 flex-shrink-1 overflow-x-auto">
<div role="list" class="ws-no-wrap">
<div role="list">
<mat-chip *ngFor="let task of datum['tasks']" class="ml-1">
{{ task }}
</mat-chip>
......@@ -34,7 +34,7 @@
</label>
<section class="d-flex align-items-center mt-1">
<section id="contact-points-list" class="flex-grow-1 flex-shrink-1 overflow-x-auto">
<div role="list" class="ws-no-wrap">
<div role="list">
<mat-chip *ngFor="let contactPt of datum['contactPoints']"
[matTooltip]="contactPt['position']"
(click)="handleContactPtClk(contactPt)"
......
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