Skip to content

Commit

Permalink
fix more tags bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobmaker55 committed Sep 15, 2024
1 parent 180d658 commit b9402cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions frontend/javascript/modules/majorProjectForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default class MajorProjectForm {
e.preventDefault();
this.onWriteSkill(e);
}
return false;
}

onWriteSkill(e) {
Expand Down
4 changes: 3 additions & 1 deletion frontend/stylesheets/pages/_major-project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
.form-skilltags {
box-shadow: inset 0 -1px 0 #ddd;
border: none;
padding: 0;
border-radius: 0;
padding: 0 0 10px;
height: fit-content;
}

.placeholder {
Expand Down

0 comments on commit b9402cb

Please sign in to comment.