Merge pull request #31 from viniciusbo/master
Fix input file size in new post page
This commit is contained in:
commit
0e28120697
@ -42,7 +42,7 @@
|
||||
File
|
||||
</th>
|
||||
<td>
|
||||
<input type="file" name="attachment" />
|
||||
<input type="file" name="attachment" style="max-width: 330px;" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user