Set textbox height

This commit is contained in:
Fred Boniface 2022-09-21 09:37:10 +01:00
parent aa8e0c965f
commit 9133ad7df0
2 changed files with 3 additions and 1 deletions

View File

@ -50,7 +50,7 @@
<br>
<span class="form-info">Details:</span>
<br>
<textarea class="form-text-large" name="detail" rows="5" cols="40"><?php echo $detail;?></textarea>
<textarea class="form-text-large" name="detail"><?php echo $detail;?></textarea>
<br>
<br>
<br>

View File

@ -34,6 +34,8 @@ body {
.form-text-large {
text-align: left;
border: black;
max-width: 80%;
height: 40px;
border-radius: 5px;
padding: 5px;
font-size: 16px;