Skip to content

Commit

Permalink
Adjust column width of model column
Browse files Browse the repository at this point in the history
  • Loading branch information
IMinchev64 committed Jan 30, 2025
1 parent b0505f3 commit e9b41d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<span class="status-value">{{ value }}</span>
</ng-template>
</igx-column>
<igx-column field="model" header="Model" [sortable]="true" width="8.15%"></igx-column>
<igx-column field="model" header="Model" [sortable]="true" width="8%"></igx-column>
<igx-column field="type" header="Type" [sortable]="true" width="10%"></igx-column>
<igx-column field="vin" header="VIN" width="14%"></igx-column>
<igx-column field="status" header="Status" [sortable]="true" width="14%">
Expand Down

0 comments on commit e9b41d1

Please sign in to comment.