Skip to content

Commit

Permalink
Adjust project description width (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
ByVerduXx authored Mar 31, 2023
1 parent d24789d commit 8bda56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tntconcept-web/src/main/webapp/pages/admin/editProject.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<td class="editFieldCell">
<h:panelGroup>
<h:message styleClass="error" showSummary="true" showDetail="false" for="description" />
<h:inputTextarea id="description" value="#{projectBean.description}" rows="10" cols="136"/>
<h:inputTextarea id="description" value="#{projectBean.description}" rows="10" cols="95"/>
</h:panelGroup>
</td>
</tr>
Expand Down

0 comments on commit 8bda56d

Please sign in to comment.