Skip to content

Commit

Permalink
Add textfit
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Jan 4, 2024
1 parent 525e827 commit f132fa1
Show file tree
Hide file tree
Showing 5 changed files with 7,293 additions and 3,824 deletions.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"scripts": [
"node_modules/jquery/dist/jquery.slim.js",
"node_modules/popper.js/dist/umd/popper.js",
"node_modules/@worldskills/bootstrap/dist/js/bootstrap.min.js"
"node_modules/@worldskills/bootstrap/dist/js/bootstrap.min.js",
"node_modules/textfit/textFit.js"
]
},
"configurations": {
Expand Down
Loading

2 comments on commit f132fa1

@hengkysanjaya123
Copy link
Member

@hengkysanjaya123 hengkysanjaya123 commented on f132fa1 Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! πŸ™‡β€β™‚οΈ - I'll create a template component, so it can be copied over to next events' badges and we won't miss these configs

@fabian
Copy link
Member Author

@fabian fabian commented on f132fa1 Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! The good thing with the new "badge layout components" is that we can have different configs depending on what we need for the badge layout. 😁

Please sign in to comment.