Skip to content

Commit

Permalink
chore: use Bootstrap fw-bold
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Dec 8, 2023
1 parent 5ac1c01 commit 199e764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap5-i18n-demo/src/examples/slickgrid/Example30.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default class Example30 extends React.Component<Props, State> {
const columnDefinitions: Column[] = [
{
id: 'title', name: 'Title', field: 'title', sortable: true, type: FieldType.string, minWidth: 75,
cssClass: 'text-uppercase font-weight-bold', columnGroup: 'Common Factor',
cssClass: 'text-uppercase fw-bold', columnGroup: 'Common Factor',
filterable: true, filter: { model: Filters.compoundInputText },
editor: {
model: Editors.longText, massUpdate: false, required: true, alwaysSaveOnEnterKey: true,
Expand Down
2 changes: 1 addition & 1 deletion bootstrap5-i18n-demo/src/examples/slickgrid/Example32.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default class Example32 extends React.Component<Props, State> {
resizeCharWidthInPx: 7.6,
resizeCalcWidthRatio: 1, // default ratio is ~0.9 for string but since our text is all uppercase then a higher ratio is needed
resizeMaxWidthThreshold: 200,
cssClass: 'text-uppercase font-weight-bold', columnGroup: 'Common Factor',
cssClass: 'text-uppercase fw-bold', columnGroup: 'Common Factor',
filterable: true, filter: { model: Filters.compoundInputText },
editor: {
model: Editors.longText, required: true, alwaysSaveOnEnterKey: true,
Expand Down

0 comments on commit 199e764

Please sign in to comment.