We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd309ae commit ef832b2Copy full SHA for ef832b2
1 file changed
projects/finance-grid/src/app/finance-grid/finance-grid.component.html
@@ -69,7 +69,7 @@
69
<igx-column field="allocation" header="Allocation" dataType="percent" [width]="'10%'" [minWidth]="'100px'">
70
<ng-template igxCell let-val>
71
<div class="progress-container">
72
- <div>
+ <div style="width: 42px;">
73
{{ val | percent : "1.0-2" }}
74
</div>
75
<igx-linear-bar [value]="val * 100" [animate]="false" textVisibility="false"></igx-linear-bar>
0 commit comments