Skip to content

Commit

Permalink
Fixed btn height
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamprakash123 committed Feb 4, 2024
1 parent 4e53a3e commit d14d5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Users/SkillsSlideOver.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export default ({ show, setShow, username }: IProps) => {
id="add-skill-button"
disabled={!authorizeForAddSkill}
onClick={() => addSkill(username, selectedSkill)}
className="w-6rem"
className="w-6rem mt-auto p-3 pt-3.5"
>
{t("add")}
</ButtonV2>
Expand Down

0 comments on commit d14d5bf

Please sign in to comment.