Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 42de8d9

Browse files
authored
chore: use Bootstrap fw-bold
1 parent e750fb7 commit 42de8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/examples/grid-resize-by-content.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class GridResizeByContentComponent implements OnInit {
9696
resizeCharWidthInPx: 7.6,
9797
resizeCalcWidthRatio: 1,
9898
resizeMaxWidthThreshold: 200,
99-
cssClass: 'text-uppercase font-weight-bold', columnGroup: 'Common Factor',
99+
cssClass: 'text-uppercase fw-bold', columnGroup: 'Common Factor',
100100
filterable: true, filter: { model: Filters.compoundInputText },
101101
editor: {
102102
model: Editors.longText, required: true, alwaysSaveOnEnterKey: true,

0 commit comments

Comments
 (0)