Skip to content
Snippets Groups Projects
Commit 611085f8 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #13195 TIME 0:05 fix css

parent 221994ad
No related branches found
No related tags found
No related merge requests found
......@@ -127,8 +127,8 @@
[style.width.px]="(item.delimiterEnd.length + 1) * 8"
[(ngModel)]="item.delimiterEnd" />
</span>
<button mat-icon-button [matMenuTriggerFor]="menu" color="primary">
<mat-icon class="fa fa-plus-circle"></mat-icon>
<button mat-button [matMenuTriggerFor]="menu" color="primary">
<i class="fa fa-plus-circle"></i> Ajouter une colonne
</button>
<mat-menu #menu="matMenu">
<button mat-menu-item
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment