Skip to content

Commit

Permalink
#127: Fix send button alignment in comments
Browse files Browse the repository at this point in the history
Signed-off-by: Rami Souai <[email protected]>
  • Loading branch information
RamiSouai committed Jul 11, 2022
1 parent 2f00c6f commit 61935c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h4 jhiTranslate="teamDojoApp.teams.skills.comments.title"></h4>
</div>
</div>
<div class="new-comment">
<form class="form-inline" name="commentForm" #commentForm="ngForm" (ngSubmit)="onSubmit()">
<form class="form-inline d-flex" name="commentForm" #commentForm="ngForm" (ngSubmit)="onSubmit()">
<label class="visually-hidden" for="new-comment" jhiTranslate="teamDojoApp.teams.skills.comments.newComment">Your comment</label>
<textarea
id="new-comment"
Expand Down

0 comments on commit 61935c9

Please sign in to comment.