--- a/src/main/webapp/WEB-INF/jsp/project-form.jsp Sun May 24 15:30:43 2020 +0200 +++ b/src/main/webapp/WEB-INF/jsp/project-form.jsp Sat May 30 15:26:15 2020 +0200 @@ -43,7 +43,7 @@ <td><input name="name" type="text" maxlength="20" required value="<c:out value="${project.name}"/>" /></td> </tr> <tr> - <th class="vtop"><fmt:message key="thead.description"/></th> + <th><fmt:message key="thead.description"/></th> <td><input type="text" name="description" maxlength="200" value="<c:out value="${project.description}"/>" /></td> </tr> <tr>