Skip to content

Commit

Permalink
fix(CB2-11243): prevent SR field in tyres component being cut-off on …
Browse files Browse the repository at this point in the history
…large screens (#1477)

* fix(cb2-11068): allow unset as form node width so it never hides option text

* fix(cb2-11243): set width to unset to select autoscales to text
  • Loading branch information
pbardy2000 authored Apr 18, 2024
1 parent 8da1e80 commit cf85771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/forms/custom-sections/tyres/tyres.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<ng-template
*ngIf="isPsv"
[ngTemplateOutlet]="axleTdInput"
[ngTemplateOutletContext]="{ name: 'tyres_speedCategorySymbol', type: types.DROPDOWN, width: widths.XXS, options: speedCategorySymbol }"
[ngTemplateOutletContext]="{ name: 'tyres_speedCategorySymbol', type: types.DROPDOWN, width: widths.UNSET, options: speedCategorySymbol }"
></ng-template>

<ng-template
Expand Down

0 comments on commit cf85771

Please sign in to comment.