#1052: fix: issue #1054 styling in dashboard career

Issue #1052 by im-abdulmannan

fix: issue #1054 styling in dashboard career

Pull Request Details


Description


A minor change in styling of the card placed in user dashboard settings, where the user updates his/her skills

Fixes


[Cite any related issues or bugs that this PR addresses, e.g., "Fixes #issueNumber"]
This fixes is not specified to any issue created in the list, it is just enhancement of UI as seen in the ScreenShot

Type of PR


  • [ ] Bug fix
  • [x] Feature enhancement
  • [ ] Documentation update
  • [ ] Refactoring
  • [ ] Other (specify): ___
### Summary

[Summarize the changes made in this PR.]


Screenshots (if applicable)


[If your changes include UI updates, provide screenshots to illustrate the changes.]
Before:
!Screenshot from 2024-07-22 01-04-08

After:
!Screenshot from 2024-07-22 01-05-11

!image



Additional Notes


[Include any additional information or context that might be helpful for reviewers.]

Checklist


  • [ ] I have read and followed the Pull Requests and Issues guidelines.
  • [x] The code has been properly linted and formatted using
    npm run lint:fix
    and
    npm run format:fix
    .
  • [x] I have tested the changes thoroughly before submitting this pull request.
  • [ ] I have provided relevant issue numbers, snapshots, and videos after making the changes.
  • [ ] This pull request is not a Work In Progress (WIP), and only completed and tested changes are included.
  • [x] I have tested these changes locally.
  • [x] My code follows the project's style guidelines.
  • [ ] I have not borrowed code without disclosing it, if applicable.
  • [ ] I have updated the documentation accordingly.
  • [ ] This PR has a corresponding issue in the issue tracker.
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

Summary by CodeRabbit


  • **New Features**
    • Enhanced layout and responsiveness of the skills display in the dashboard.
  • **Bug Fixes**
    • Improved visual presentation of the skills section through updated styling.
  • **Refactor**
    • Simplified component dependencies by removing unnecessary imports.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Was this page helpful?