Skip to content

Commit ef832b2

Browse files
committed
Apply fixed size for progress label.
1 parent dd309ae commit ef832b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/finance-grid/src/app/finance-grid/finance-grid.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<igx-column field="allocation" header="Allocation" dataType="percent" [width]="'10%'" [minWidth]="'100px'">
7070
<ng-template igxCell let-val>
7171
<div class="progress-container">
72-
<div>
72+
<div style="width: 42px;">
7373
{{ val | percent : "1.0-2" }}
7474
</div>
7575
<igx-linear-bar [value]="val * 100" [animate]="false" textVisibility="false"></igx-linear-bar>

0 commit comments

Comments
 (0)